fix: forget password code
This commit is contained in:
parent
51683d444d
commit
66f16ec248
1 changed files with 1 additions and 1 deletions
|
@ -58,7 +58,7 @@ export const actions: Actions = {
|
|||
body: JSON.stringify({
|
||||
email: form.data.email,
|
||||
password: form.data.password,
|
||||
code: parseInt(form.data.code)
|
||||
code: form.data.code
|
||||
})
|
||||
});
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue