diff options
| author | olekstomek <olekstomek@gmail.com> | 2021-07-24 18:32:01 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-07-24 09:32:01 -0700 |
| commit | f38a27abd20e8879174f602b872ee883ac1ff735 (patch) | |
| tree | a9fd8fc90bb8e267c673dfc50b17ca2fb071ce6a | |
| parent | 240f41365446f9f2bb187e5a19fd3596be37340c (diff) | |
just adding information about the possibility of using WPA3 (#91)
| -rw-r--r-- | src/components/Card.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/components/Card.js b/src/components/Card.js index 0aefc9c..85bbb62 100644 --- a/src/components/Card.js +++ b/src/components/Card.js | |||
| @@ -162,14 +162,14 @@ export const Card = () => { | |||
| 162 | <input | 162 | <input |
| 163 | type="radio" | 163 | type="radio" |
| 164 | name="encrypt-select" | 164 | name="encrypt-select" |
| 165 | id="encrypt-wpa-wpa2" | 165 | id="encrypt-wpa-wpa2-wpa3" |
| 166 | value="WPA" | 166 | value="WPA" |
| 167 | onChange={(e) => | 167 | onChange={(e) => |
| 168 | setNetwork({ ...network, encryptionMode: e.target.value }) | 168 | setNetwork({ ...network, encryptionMode: e.target.value }) |
| 169 | } | 169 | } |
| 170 | defaultChecked | 170 | defaultChecked |
| 171 | /> | 171 | /> |
| 172 | <label for="encrypt-wpa-wpa2">WPA/WPA2</label> | 172 | <label for="encrypt-wpa-wpa2-wpa3">WPA/WPA2/WPA3</label> |
| 173 | <input | 173 | <input |
| 174 | type="radio" | 174 | type="radio" |
| 175 | name="encrypt-select" | 175 | name="encrypt-select" |
