Update login.php

This commit is contained in:
jakani24
2024-04-26 16:23:37 +02:00
parent 0e7c518c28
commit 09159cefc3

View File

@@ -70,7 +70,7 @@ async function checkRegistration() {
reloadServerPreview(); reloadServerPreview();
if(err.message=="User does not exist"){ if(err.message=="User does not exist"){
//we will display a warning here later on //we will display a warning here later on
alert("User does not exist!!! check line 71 of login.html to set warning"); //alert("User does not exist!!! check line 71 of login.html to set warning");
var alert_message=document.getElementById("no_passkey"); var alert_message=document.getElementById("no_passkey");
alert_message.style.display="block"; alert_message.style.display="block";
}else{ }else{