mirror of
https://github.com/sartography/spiff-arena.git
synced 2025-01-11 10:06:09 +00:00
use password type field on secret show
This commit is contained in:
parent
c4bc0be885
commit
e1c1ea481c
@ -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