fix: Fix route sbagliata

This commit is contained in:
Maicol Battistini 2022-01-17 19:12:29 +01:00
parent c2dd33b004
commit 36f7299e8b
No known key found for this signature in database
GPG Key ID: 4FDB0F87CDB1D34A
1 changed files with 1 additions and 1 deletions

View File

@ -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');
} }
} }