feat: gestion-utilisateur #1
@ -23,7 +23,6 @@ const res = await AstroUtils.wrap(async () => {
|
|||||||
email: form.get("email") as string,
|
email: form.get("email") as string,
|
||||||
password: form.get("password") as string,
|
password: form.get("password") as string,
|
||||||
passwordConfirm: form.get("passwordConfirm") as string,
|
passwordConfirm: form.get("passwordConfirm") as string,
|
||||||
emailVisibility: false
|
|
||||||
}
|
}
|
||||||
await setUser(Astro.cookies, request);
|
await setUser(Astro.cookies, request);
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user