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