diff options
Diffstat (limited to 'web/source/settings/index.tsx')
| -rw-r--r-- | web/source/settings/index.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/web/source/settings/index.tsx b/web/source/settings/index.tsx index 5317658d2..c9ed5c30b 100644 --- a/web/source/settings/index.tsx +++ b/web/source/settings/index.tsx @@ -66,7 +66,7 @@ export function App({ account }: AppProps) { Ensure user ends up somewhere if they just open /settings. */} - <Route path="/"><Redirect to="/user" /></Route> + <Route path="/"><Redirect to="/user/profile" /></Route> </ErrorBoundary> </Router> </section> |
