SHA256
check username
This commit is contained in:
+2
-1
@@ -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);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user