diff options
Diffstat (limited to 'apps/mobile/app/index.tsx')
| -rw-r--r-- | apps/mobile/app/index.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/mobile/app/index.tsx b/apps/mobile/app/index.tsx index 702269a5..dbbea97e 100644 --- a/apps/mobile/app/index.tsx +++ b/apps/mobile/app/index.tsx @@ -11,6 +11,6 @@ export default function App() { } else if (isLoggedIn) { return <Redirect href="dashboard" />; } else { - return <Redirect href="server-address" />; + return <Redirect href="signin" />; } } |
