mirror of
https://github.com/aljazceru/mutiny-web.git
synced 2025-12-17 14:24:26 +01:00
hide password for nsec input
This commit is contained in:
committed by
Tony Giorgio
parent
05a2022211
commit
9efe1484b6
@@ -32,6 +32,7 @@ export function ImportNsecForm() {
|
||||
<>
|
||||
<SimpleInput
|
||||
value={nsec()}
|
||||
type="password"
|
||||
onInput={(e) => setNsec(e.currentTarget.value)}
|
||||
placeholder={`Nostr private key (starts with "nsec")`}
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user