Skip to content

Commit e50995d

Browse files
committed
Add WPA3 to the label so it is clear it is supported same way
1 parent 1c35ac3 commit e50995d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/tools/wifi-qr-code-generator/wifi-qr-code-generator.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ const { download } = useDownloadFileFromBase64({ source: qrcode, filename: 'qr-c
5353
value: 'nopass',
5454
},
5555
{
56-
label: 'WPA/WPA2',
56+
label: 'WPA/WPA2/WPA3',
5757
value: 'WPA',
5858
},
5959
{

0 commit comments

Comments
 (0)