Manter sessão e loading
This commit is contained in:
@@ -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;
|
||||
},
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user