more debug

This commit is contained in:
adueck 2023-12-17 11:05:55 +04:00
parent 9acd645478
commit f84c179e37
1 changed files with 1 additions and 0 deletions

View File

@ -98,6 +98,7 @@
body: JSON.stringify({ email, password, name, token }),
}).then((res) => res.json())
.then((res) => {
console.log({ res });
if (res.ok) {
location.reload();
}