pull/405/head
v1nc 2020-05-11 10:47:07 +00:00 committed by GitHub
parent dc4bc9860a
commit de6cc1bd90
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -55,7 +55,7 @@
}
function refreshWifiQRCode(){
const ssid = document.getElementById("ssid").value;
const password = document.getElementById("ssid)".value;
const password = document.getElementById("ssid").value;
const encryption = document.getElementById("encryption").value;
const hidden = document.getElementById("hidden").checked;
const wifiString = generateWifiString(ssid, password, hidden, encryption);