We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1ecb805 commit 18f06a0Copy full SHA for 18f06a0
src/app/auth/signin/custom/CustomAuthApi.js
@@ -11,6 +11,7 @@ export const login = async (email, password) => {
11
{
12
headers: { 'Content-Type': 'application/json' },
13
withCredentials: true,
14
+ credentials: "include",
15
}
16
);
17
return response;
0 commit comments