jfrog-docker-desktop-extension
jfrog-docker-desktop-extension copied to clipboard
Unclear errors
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.