Update dev branch #29
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
})
|
})
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue