Skip to content

Commit 66c6db7

Browse files
authored
Merge pull request #129 from OpenIPC/hotfix
hotfix(qr-code): fix qr-code format
2 parents aba68cc + 362abcd commit 66c6db7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/sites/main/pages/tools/qr-code/QR-code.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ export default function QRCode() {
2828
const { ssid, password } = formData;
2929
setTextToCode({
3030
MeCard: `WIFI:S:${ssid};T:WPA2;P:${password};;`,
31-
OpenIPC: `wlanssid:${ssid} wlanpass:${password}`,
31+
OpenIPC: `wlanssid=${ssid}\nwlanpass=${password}`,
3232
});
3333
}
3434

0 commit comments

Comments
 (0)