Update dev branch #29

Merged
glazk0 merged 14 commits from main into dev 2024-11-25 21:37:01 +01:00
Showing only changes of commit 66f16ec248 - Show all commits

View file

@ -58,7 +58,7 @@ export const actions: Actions = {
body: JSON.stringify({ body: JSON.stringify({
email: form.data.email, email: form.data.email,
password: form.data.password, password: form.data.password,
code: parseInt(form.data.code) code: form.data.code
}) })
}); });