Manter sessão e loading

This commit is contained in:
2026-05-08 11:53:18 +01:00
parent c1d1a0fce1
commit 490cdf5aab
5 changed files with 279 additions and 11 deletions

View File

@@ -126,10 +126,9 @@ class AppRouter {
),
],
// Redirect unauthenticated users to login
// Let splash screen handle all navigation logic
redirect: (context, state) {
// TODO: Implement authentication check
// For now, allow all routes
// Allow all routes - splash screen will handle authentication and navigation
return null;
},
);