diff --git a/lib/services/auth_service.dart b/lib/services/auth_service.dart index e15ca1a..891f01a 100644 --- a/lib/services/auth_service.dart +++ b/lib/services/auth_service.dart @@ -59,6 +59,8 @@ class AccountsService extends ChangeNotifier { () async => await executeUpdatesForProfile(profile), ); } + } else { + await signOut(p, withNotification: false); } }