Skip to content

Commit

Permalink
correct WPA/WPA2/WPA3 wifi
Browse files Browse the repository at this point in the history
  • Loading branch information
aeltorio committed Jun 29, 2024
1 parent 182bcd6 commit 41ad429
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Components/Forms/WiFi.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ const WiFiForm = () => {
>
<option value='nopass'>Open</option>
<option value='WEP'>WEP</option>
<option value='WPA/WPA2-PSK'>WPA/WPA2-PSK</option>
<option value='WPA'>WPA/WPA2-PSK/WPA3</option>
</select>
<label htmlFor='encryption'>Encryption</label>
</div>
Expand Down

0 comments on commit 41ad429

Please sign in to comment.