You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Adds error handling in the signin handler when fetchProvidersForEmail… (#123)
* Adds error handling in the signin handler when fetchProvidersForEmail throws some error.
This was noticed when the email entered passes client validation but fails on backend
validation. In that case, we should display and info bar with the backend error.
* Fixes minor version for closure builder. Latest version is breaking in Travis integration tests.
* Revert previous closure builder version change.
0 commit comments