fix: Fix route sbagliata
This commit is contained in:
parent
c2dd33b004
commit
36f7299e8b
|
@ -382,6 +382,6 @@ export default class SetupPage extends Page {
|
||||||
}
|
}
|
||||||
|
|
||||||
await showSnackbar(__('Impostazioni salvate correttamente'));
|
await showSnackbar(__('Impostazioni salvate correttamente'));
|
||||||
window.location.href = route('auth.login');
|
window.location.href = route('setup.admin');
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue