mirror of
https://github.com/mCaptcha/mCaptcha.git
synced 2026-02-11 01:55:40 +00:00
sign in with email
This commit is contained in:
@@ -45,7 +45,7 @@ const registerUser = async (e: Event) => {
|
||||
);
|
||||
const passwordCheck = passwordCheckElement.value;
|
||||
if (password != passwordCheck) {
|
||||
return alert("passwords don't match, check again!");
|
||||
return createError("passwords don't match, check again!");
|
||||
}
|
||||
|
||||
let exists = await userExists();
|
||||
|
||||
Reference in New Issue
Block a user