1
0
forked from baron/baron-sso

root page 변경

This commit is contained in:
2026-01-20 11:22:07 +09:00
parent 8c5d87a5d2
commit 431e3a7e05
7 changed files with 37 additions and 30 deletions

View File

@@ -409,7 +409,7 @@ class _LoginScreenState extends ConsumerState<LoginScreen>
// We call notify() to update the router's state, and go() to ensure navigation.
AuthNotifier.instance.notify();
if (mounted) {
context.go('/dashboard');
context.go('/');
}
}