Skip to content

Commit 777d17e

Browse files
committed
♻️ SplashScreen router 수정
1 parent 505c233 commit 777d17e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/presentation/splash/screens/splash_screen.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ class _SplashScreenState extends State<SplashScreen> {
1616
void initState() {
1717
super.initState();
1818
Timer(const Duration(seconds: 3), () {
19-
context.pushReplacement('/');
19+
context.pushReplacement('/login');
2020
});
2121
}
2222

0 commit comments

Comments
 (0)