Revert "use password type field on secret show"
This reverts commit 7b1ee33cdd
.
This commit is contained in:
parent
406f0a6cf1
commit
2c9b3bf415
|
@ -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}
|
||||
/>
|
||||
|
|
Loading…
Reference in New Issue