mirror of
https://github.com/mCaptcha/mCaptcha.git
synced 2026-02-11 10:05:41 +00:00
addlevel and getlevel tests
This commit is contained in:
@@ -67,7 +67,7 @@ const registerUser = async (e: Event) => {
|
||||
confirm_password: passwordCheck,
|
||||
email,
|
||||
};
|
||||
const formUrl = getFormUrl(null);
|
||||
const formUrl = getFormUrl();
|
||||
|
||||
const res = await fetch(formUrl, genJsonPayload(payload));
|
||||
if (res.ok) {
|
||||
|
||||
Reference in New Issue
Block a user