Skip to content

Commit

Permalink
hotfix(qr-code): fix qr-code format
Browse files Browse the repository at this point in the history
  • Loading branch information
yarobash committed Nov 24, 2024
1 parent 464ca10 commit 362abcd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/sites/main/pages/tools/qr-code/QR-code.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ export default function QRCode() {
const { ssid, password } = formData;
setTextToCode({
MeCard: `WIFI:S:${ssid};T:WPA2;P:${password};;`,
OpenIPC: `wlanssid:${ssid} wlanpass:${password}`,
OpenIPC: `wlanssid=${ssid}\nwlanpass=${password}`,
});
}

Expand Down

0 comments on commit 362abcd

Please sign in to comment.