Fix missing redirect after login
This commit is contained in:
@ -47,7 +47,7 @@ GoRouter router(Ref ref) {
|
||||
],
|
||||
),
|
||||
NavigationItem(
|
||||
path: '/profile',
|
||||
path: profilePage,
|
||||
body: (_) => const Text("Profile"),
|
||||
icon: Icons.person_outline,
|
||||
selectedIcon: Icons.person,
|
||||
|
Reference in New Issue
Block a user