forked from abner/for-legacy-web
feat: consistent authentication flow
fix: missing suspense on login feat: re-prompt MFA if fail on login
This commit is contained in:
@@ -49,7 +49,9 @@ export function App() {
|
||||
</Route>
|
||||
<Route path="/login">
|
||||
<CheckAuth>
|
||||
<Login />
|
||||
<LoadSuspense>
|
||||
<Login />
|
||||
</LoadSuspense>
|
||||
</CheckAuth>
|
||||
</Route>
|
||||
<Route path="/">
|
||||
|
||||
Reference in New Issue
Block a user