mirror of
https://github.com/danbulant/Portfolio
synced 2026-05-24 12:35:31 +00:00
feat: redirect to dashboard after login by default
This commit is contained in:
parent
319223dbbc
commit
0df661ab74
1 changed files with 1 additions and 1 deletions
|
|
@ -45,7 +45,7 @@
|
|||
async function submit() {
|
||||
try {
|
||||
await login({applicationId, password: codeValueMobile});
|
||||
goto("/register");
|
||||
goto("/dashboard");
|
||||
} catch (e) {
|
||||
console.error(e);
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue