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
We use a hard index when creating an ErrorStr during a failure path in the login process. Looks like we are not consistent in how we create these, so we should move to using ErrorStr(str(e)) when they are being built from Exceptions
We use a hard index when creating an ErrorStr during a failure path in the login process. Looks like we are not consistent in how we create these, so we should move to using ErrorStr(str(e)) when they are being built from Exceptions