Update dev branch #29
1 changed files with 1 additions and 1 deletions
|
@ -68,7 +68,7 @@ export const actions: Actions = {
|
||||||
pseudo: form.data.pseudo,
|
pseudo: form.data.pseudo,
|
||||||
email: form.data.email,
|
email: form.data.email,
|
||||||
passwd: form.data.passwd,
|
passwd: form.data.passwd,
|
||||||
code: parseInt(form.data.code),
|
code: form.data.code,
|
||||||
})
|
})
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue