Fix login (#844)

* Fix login

* Fix according to PR

* Fix tests

* Fix tests
This commit is contained in:
Charles Bochet
2023-07-22 19:43:28 -07:00
committed by GitHub
parent c4468d60f6
commit 4ac01f2931
10 changed files with 15 additions and 47 deletions

View File

@ -21,7 +21,6 @@ export function Verify() {
navigate(AppPath.SignIn);
} else {
await verify(loginToken);
navigate('/');
}
}