check username

This commit is contained in:
2026-08-06 06:49:58 -07:00
parent 28e318be73
commit 1a46e23ae4
6 changed files with 41 additions and 18 deletions
+2 -1
View File
@@ -43,6 +43,7 @@ async function register() {
const msg = await verificationResponse.json();
console.log(msg);
if (verificationResponse.ok) {
showMessage(msg, false);
} else {
@@ -94,4 +95,4 @@ async function login() {
} catch (error) {
showMessage('Error: ' + error.message, true);
}
}
}