Fix login include SSID

Signed-off-by: gearnode <bryan@frimin.fr>
This commit is contained in:
gearnode
2025-03-14 12:58:42 +01:00
parent 6d9851190e
commit 4fc9430e8e

View File

@@ -37,7 +37,6 @@ export default function LoginPage() {
"Content-Type": "application/json",
},
body: JSON.stringify({ email, password }),
credentials: "include",
}
);