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
|
||||
id="secret_value"
|
||||
name="secret_value"
|
||||
type="text"
|
||||
type="password"
|
||||
value={secretValue || secret.value}
|
||||
onChange={handleSecretValueChange}
|
||||
/>
|
||||
|
Loading…
x
Reference in New Issue
Block a user