Fix missing include cookie on confirmation invit
Signed-off-by: gearnode <bryan@frimin.fr>
This commit is contained in:
@@ -74,6 +74,7 @@ export default function ConfirmInvitationPage() {
|
|||||||
headers: {
|
headers: {
|
||||||
"Content-Type": "application/json",
|
"Content-Type": "application/json",
|
||||||
},
|
},
|
||||||
|
credentials: "include",
|
||||||
body: JSON.stringify({
|
body: JSON.stringify({
|
||||||
token: token.trim(),
|
token: token.trim(),
|
||||||
password: password,
|
password: password,
|
||||||
|
|||||||
Reference in New Issue
Block a user