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
When creating an app password, the copy button submits the form instead of just copying the password. I think this is not what users expect! It can be fixed by adding type="button" to the button.
Also, old passwords are obfuscated (they show up as **** ****s). There is a copy button for these passwords, too, but it copies the asterisks and not the actual password. Perhaps it’s better to remove the button altogether for these passwords?
The text was updated successfully, but these errors were encountered:
When creating an app password, the copy button submits the form instead of just copying the password. I think this is not what users expect! It can be fixed by adding
type="button"
to the button.Also, old passwords are obfuscated (they show up as
**** ****
s). There is a copy button for these passwords, too, but it copies the asterisks and not the actual password. Perhaps it’s better to remove the button altogether for these passwords?The text was updated successfully, but these errors were encountered: