enso-org / enso

Hybrid visual and textual functional programming.
https://enso.org
Apache License 2.0
7.32k stars 320 forks source link

New Secret dialog gets pre-filled with saved Enso Cloud password #9643

Open radeusgd opened 3 months ago

radeusgd commented 3 months ago

It seems that since #9631, if I launch Enso in my browser and have my password remembered by the builtin (Chrome) password manager, whenever I open the dialog to create a new secret, I get it pre-filled with my credentials:

image

This does not seem desirable.

radeusgd commented 3 months ago

Moreover, after changing the values to the actual secret I want to create and submitting it, I get the 'Do you want to update the saved password?' dialog box, which is actually quite annoying.

I think we should do something so that the browser does not recognize the secret dialog as a regular password field.