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
In some places in the extension, unclear errors are thrown from other libraries, and they are passed to the user:
When filling a password with non-Latin characters (i.e. Hebrew letters) the error below is thrown:
error while login:InvalidCharacterError: Failed to execute 'btoa' on 'Window': The string to be encoded contains characters outside of the Latin1 range.
Containing non-Latin characters should not be allowed, but the error is not clear and is a little intimidating.
When there's no internet connection and trying to log in.
These errors are unclear and also a little intimidating.
They'd better be replaced.
The text was updated successfully, but these errors were encountered:
In some places in the extension, unclear errors are thrown from other libraries, and they are passed to the user:
Containing non-Latin characters should not be allowed, but the error is not clear and is a little intimidating.
These errors are unclear and also a little intimidating.
They'd better be replaced.
The text was updated successfully, but these errors were encountered: