A bit of notification turn on reminder
This commit is contained in:
@@ -33,7 +33,7 @@ final appRouterProvider = Provider<GoRouter>((ref) {
|
||||
refreshListenable: notifier,
|
||||
redirect: (context, state) {
|
||||
final authState = ref.read(authStateChangesProvider);
|
||||
var session;
|
||||
dynamic session;
|
||||
if (authState is AsyncData) {
|
||||
final state = authState.value;
|
||||
session = state?.session;
|
||||
|
||||
Reference in New Issue
Block a user