addlevel and getlevel tests

This commit is contained in:
realaravinth
2021-05-06 14:38:42 +05:30
parent 30f457ca43
commit 6069509504
10 changed files with 199 additions and 10 deletions

View File

@@ -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) {