This commit is contained in:
jakani24
2024-04-26 15:08:48 +02:00
parent 18af5489d2
commit a893d2efd0
2 changed files with 4 additions and 1 deletions

View File

@@ -67,7 +67,8 @@
} catch (err) {
reloadServerPreview();
if(err.message=="User does not exist"){
alert("User does not exist!!!");
//we will display a warning here later on
alert("User does not exist!!! check line 71 of login.html to set warning");
}else{
window.alert(err.message || 'unknown error occured');
}