mirror of
https://gitlab.com/soapbox-pub/mkstack.git
synced 2025-08-27 13:09:22 +00:00
LoginDialog: use a password input
Fixes https://gitlab.com/soapbox-pub/mkstack/-/issues/13
This commit is contained in:
parent
49952a10bf
commit
0cda9cb7fc
@ -135,6 +135,7 @@ const LoginDialog: React.FC<LoginDialogProps> = ({ isOpen, onClose, onLogin, onS
|
|||||||
Enter your nsec
|
Enter your nsec
|
||||||
</label>
|
</label>
|
||||||
<Input
|
<Input
|
||||||
|
type='password'
|
||||||
id='nsec'
|
id='nsec'
|
||||||
value={nsec}
|
value={nsec}
|
||||||
onChange={(e) => setNsec(e.target.value)}
|
onChange={(e) => setNsec(e.target.value)}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user