Skip to content

Commit 5cc85c5

Browse files
committed
fix
1 parent 70e162f commit 5cc85c5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/splash.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ export default function SplashScreen() {
5050
} else if (user) {
5151
// Authenticated and onboarded, go to main app
5252
console.log('Redirecting to main app');
53-
router.replace('/(tabs)/index' as any);
53+
router.replace('/(tabs)/' as any);
5454
} else {
5555
// Edge case: authenticated but no user data
5656
console.log('Authenticated but no user data, redirecting to login');

0 commit comments

Comments
 (0)