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

This commit is contained in:
Hank Grabowski 2023-11-24 21:52:14 -05:00
parent d8740af34e
commit 8c28e3dfd3

View file

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