Disconnect (not logout) Google when unlinking
This commit is contained in:
parent
f2c883a04a
commit
37bcbd2a02
|
|
@ -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(
|
||||
|
|
|
|||
Loading…
Reference in New Issue