Disconnect (not logout) Google when unlinking

This commit is contained in:
Hillel Coren 2021-03-16 19:18:21 +02:00
parent f2c883a04a
commit 37bcbd2a02
1 changed files with 1 additions and 1 deletions

View File

@ -90,7 +90,7 @@ class UserDetailsVM {
final completer = Completer<Null>();
completer.future.then((value) {
showToast(AppLocalization.of(context).disconnectedGoogle);
GoogleOAuth.signOut();
GoogleOAuth.disconnect();
});
store.dispatch(
SaveAuthUserRequest(