-
Notifications
You must be signed in to change notification settings - Fork 3.9k
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
Login flow and dialog implementation. #1310
Conversation
} | ||
|
||
/** | ||
* Runs the Login flow. Returns a promise that is resolved if login succeeds |
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.
Would probably be nice to document what "Login" means in this context.
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.
Done
@cramforce PTAL. The changes:
|
return new Promise((resolve, reject) => { | ||
this.resolve_ = resolve; | ||
this.reject_ = reject; | ||
this.openInternal_(); |
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.
Please add comment that this must be called synchronously.
LGTM |
Login flow and dialog implementation.
No description provided.