-
Notifications
You must be signed in to change notification settings - Fork 5.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Deprecate login option userEmail in favor of loginHint, also use with… #5313
Conversation
Tests failed but the look flaky. |
@bradvogel curious why you decided to change the option name - is it to be the same as a the Google API option name? |
@stubailo it was a suggestion from @estark37 here: #2790 (comment) |
options.loginHint = options.userEmail; | ||
} | ||
|
||
if (options && options.userEmail) { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Shouldn't this be used only if loginHint
isn't specified as on line 35?
@zimme thanks for jumping in with some comments! |
Thanks guys. I meant |
No problem, usually try and help out here and there whenever I feel like I have a minute over when looking around =) |
Merged! 24718de Thanks for the contribution, @bradvogel! |
Also maybe document that |
Good point. @bradvogel could you add something about that in a new PR please? |
… Google signin.
Fixes #2422