mirror of
https://github.com/stoatchat/for-legacy-web.git
synced 2026-03-06 17:11:55 +00:00
fix: add LoadSuspense around verification page
This commit is contained in:
@@ -27,7 +27,9 @@ export function App() {
|
||||
<Masks />
|
||||
<Switch>
|
||||
<Route path="/login/verify/:token">
|
||||
<Login />
|
||||
<LoadSuspense>
|
||||
<Login />
|
||||
</LoadSuspense>
|
||||
</Route>
|
||||
<Route path="/login/reset/:token">
|
||||
<LoadSuspense>
|
||||
|
||||
Reference in New Issue
Block a user