mirror of
https://github.com/status-im/spiff-arena.git
synced 2025-02-05 06:34:03 +00:00
Revert "use password type field on secret show"
This reverts commit e1c1ea481cb696e963848cf7983f1257439a418a.
This commit is contained in:
parent
94ac1cf8de
commit
c2a2b5e832
@ -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…
x
Reference in New Issue
Block a user