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 the form to add a new secret, the secret value is currently shown in plain text. Instead, the value field should behave like typical password fields in forms and obfuscate the value by default, and have a small button next to it to optionally show the value.
The text was updated successfully, but these errors were encountered:
Add a new `PasswordInput` component that hides the value by default. The
input contains a button to toggle between showing and hiding the input.
Use this component to hide the values of secrets by default.
Fixes#1940.
Signed-off-by: Martin Nonnenmacher <martin.nonnenmacher@bosch.com>
In the form to add a new secret, the secret value is currently shown in plain text. Instead, the value field should behave like typical password fields in forms and obfuscate the value by default, and have a small button next to it to optionally show the value.
The text was updated successfully, but these errors were encountered: