meteor-useraccounts / core

Meteor sign up and sign in templates' core functionalities
http://useraccounts.meteor.com/
MIT License
529 stars 278 forks source link

Cordova Google Sign in saves selected Google account even if there is an error #742

Open sferoze opened 7 years ago

sferoze commented 7 years ago

If someone uses native accounts email and password to signup but then on a cordova device tries to uses Google Sign it returns with error user already exists. But then if you click google sign in again it automatically returns the same error, without letting you choose another account.

On desktop if you choose google sign in, and choose an account which returns an error. And then click google sign in again, you can choose another account.

But on cordova, it keeps returning the same error and does not let you choose another account. Even if you quit the app and reopen.