mirror of
https://github.com/meshtastic/web.git
synced 2026-03-14 20:11:28 -04:00
Add hide toggle to password generator
This commit is contained in:
@@ -133,6 +133,7 @@ export const Security = (): JSX.Element => {
|
||||
devicePSKBitCount: privateKeyBitCount,
|
||||
inputChange: privateKeyInputChangeEvent,
|
||||
selectChange: privateKeySelectChangeEvent,
|
||||
hide: !privateKeyVisible,
|
||||
buttonClick: () =>
|
||||
clickEvent(
|
||||
setPrivateKey,
|
||||
@@ -191,6 +192,7 @@ export const Security = (): JSX.Element => {
|
||||
devicePSKBitCount: adminKeyBitCount,
|
||||
inputChange: adminKeyInputChangeEvent,
|
||||
selectChange: adminKeySelectChangeEvent,
|
||||
hide: !adminKeyVisible,
|
||||
buttonClick: () =>
|
||||
clickEvent(
|
||||
setAdminKey,
|
||||
|
||||
Reference in New Issue
Block a user