New Auth Methods (#8119)
This commit is contained in:
@@ -65,6 +65,7 @@ const InstallForm = () => {
|
||||
useEffect(() => {
|
||||
fetchSetupStatus().then((res: SetupStatusResponse) => {
|
||||
if (res.step === 'finished') {
|
||||
localStorage.setItem('setup_status', 'finished')
|
||||
window.location.href = '/signin'
|
||||
}
|
||||
else {
|
||||
@@ -153,7 +154,7 @@ const InstallForm = () => {
|
||||
</Button>
|
||||
</div>
|
||||
</form>
|
||||
<div className="block w-hull mt-2 text-xs text-gray-600">
|
||||
<div className="block w-full mt-2 text-xs text-gray-600">
|
||||
{t('login.license.tip')}
|
||||
|
||||
<Link
|
||||
|
Reference in New Issue
Block a user