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
Currently the error handling at oauth2.dart:93 crashes if the error returned is not a standard OAuth error (a list instead of a single error). This behavior is covered by the lib, but is not correctly implemented.
Original by @tweingardt
The text was updated successfully, but these errors were encountered:
Currently the error handling at
oauth2.dart:93
crashes if the error returned is not a standard OAuth error (a list instead of a single error). This behavior is covered by the lib, but is not correctly implemented.Original by @tweingardt
The text was updated successfully, but these errors were encountered: