use password type field on secret show

This commit is contained in:
burnettk 2023-05-15 08:17:52 -04:00
parent d19569fe7b
commit 7b1ee33cdd
No known key found for this signature in database

View File

@ -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}
/>