mirror of
https://github.com/status-im/spiff-arena.git
synced 2025-01-31 04:05:01 +00:00
use password type field on secret show
This commit is contained in:
parent
d19569fe7b
commit
7b1ee33cdd
@ -87,7 +87,7 @@ export default function SecretShow() {
|
|||||||
<input
|
<input
|
||||||
id="secret_value"
|
id="secret_value"
|
||||||
name="secret_value"
|
name="secret_value"
|
||||||
type="text"
|
type="password"
|
||||||
value={secretValue || secret.value}
|
value={secretValue || secret.value}
|
||||||
onChange={handleSecretValueChange}
|
onChange={handleSecretValueChange}
|
||||||
/>
|
/>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user