Revert "use password type field on secret show"

This reverts commit e1c1ea481c.
This commit is contained in:
burnettk 2023-05-15 10:58:53 -04:00
parent 94ac1cf8de
commit c2a2b5e832
1 changed files with 1 additions and 1 deletions

View File

@ -87,7 +87,7 @@ export default function SecretShow() {
<input
id="secret_value"
name="secret_value"
type="password"
type="text"
value={secretValue || secret.value}
onChange={handleSecretValueChange}
/>