diff --git a/ui/src/index.tsx b/ui/src/index.tsx index dd8213eb02..4b74caa2c6 100644 --- a/ui/src/index.tsx +++ b/ui/src/index.tsx @@ -98,7 +98,7 @@ class Root extends PureComponent { - + { if (query && query.returnTo) { router.push(query.returnTo) } else { - router.push('/me') + router.push('/') } } }