This commit is contained in:
Phuoc Nguyen
2025-12-09 16:57:58 +07:00
parent 597c6a0e57
commit 4cfe000172
11 changed files with 89 additions and 2 deletions

View File

@@ -87,6 +87,7 @@ class _LoginPageState extends ConsumerState<LoginPage> {
..when(
data: (user) {
if (user != null && mounted) {
// Analytics (logLogin & setUserId) are handled in auth_provider
// Navigate to home on success
context.goHome();
}