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

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