Browse Source

Merge pull request #143 from pdxlocations/psk-description

Modify PSK options in description
pull/145/head
Ben Meadors 3 years ago
committed by GitHub
parent
commit
3038889a2b
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      src/components/PageComponents/Channel.tsx

2
src/components/PageComponents/Channel.tsx

@ -61,7 +61,7 @@ export const Channel = ({ channel }: SettingsPanelProps): JSX.Element => {
type: "password",
name: "settings.psk",
label: "pre-Shared Key",
description: "16, or 32 bytes, \"0\"= no crypto, \"1\" = default key",
description: "16, or 32 bytes",
properties: {
// act
},

Loading…
Cancel
Save