Fix move "signed in" profile to "signed out" if have problem trying to sign in during initializations

main
Hank Grabowski 2023-11-24 21:52:14 -05:00
rodzic d8740af34e
commit 8c28e3dfd3
1 zmienionych plików z 2 dodań i 0 usunięć

Wyświetl plik

@ -59,6 +59,8 @@ class AccountsService extends ChangeNotifier {
() async => await executeUpdatesForProfile(profile),
);
}
} else {
await signOut(p, withNotification: false);
}
}