We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 50efe50 + 66c6db7 commit bac9c3fCopy full SHA for bac9c3f
src/sites/main/pages/tools/qr-code/QR-code.tsx
@@ -28,7 +28,7 @@ export default function QRCode() {
28
const { ssid, password } = formData;
29
setTextToCode({
30
MeCard: `WIFI:S:${ssid};T:WPA2;P:${password};;`,
31
- OpenIPC: `wlanssid:${ssid} wlanpass:${password}`,
+ OpenIPC: `wlanssid=${ssid}\nwlanpass=${password}`,
32
});
33
}
34
0 commit comments