Wifi QR code is incorrect

The QR Codes generated on the Wifi config page don’t work on iPhone

The current format is: WIFI:T:WPA;S:"SSID";P:"Password";;
Apparently iPhone takes the strings literally including the quoting marks.

If I drop the “” and recreate the code it works: WIFI:T:WPA;S:SSID;P:Password;;

Thanks for reporting. Related issue with this bug https://gitlab.labs.nic.cz/turris/foris/issues/100