mirror of
https://github.com/meshtastic/web.git
synced 2026-05-05 13:14:43 -04:00
disable the public key input
This commit is contained in:
@@ -164,9 +164,9 @@ export const Security = (): JSX.Element => {
|
||||
type: "text",
|
||||
name: "publicKey",
|
||||
label: "Public Key",
|
||||
disabled: true,
|
||||
description:
|
||||
"Sent out to other nodes on the mesh to allow them to compute a shared secret key",
|
||||
disabledBy: [{ fieldName: "always" }],
|
||||
properties: {
|
||||
value: publicKey,
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user