A bit of notification turn on reminder

This commit is contained in:
2026-03-01 05:45:23 +08:00
parent ec46c33c35
commit e91e7b43d2
9 changed files with 190 additions and 14 deletions
+1 -1
View File
@@ -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;