Revert "use password type field on secret show"
This reverts commit e1c1ea481c
.
This commit is contained in:
parent
94ac1cf8de
commit
c2a2b5e832
|
@ -87,7 +87,7 @@ export default function SecretShow() {
|
||||||
<input
|
<input
|
||||||
id="secret_value"
|
id="secret_value"
|
||||||
name="secret_value"
|
name="secret_value"
|
||||||
type="password"
|
type="text"
|
||||||
value={secretValue || secret.value}
|
value={secretValue || secret.value}
|
||||||
onChange={handleSecretValueChange}
|
onChange={handleSecretValueChange}
|
||||||
/>
|
/>
|
||||||
|
|
Loading…
Reference in New Issue