Skip to content

Commit 18f06a0

Browse files
committed
Test
1 parent 1ecb805 commit 18f06a0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/app/auth/signin/custom/CustomAuthApi.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ export const login = async (email, password) => {
1111
{
1212
headers: { 'Content-Type': 'application/json' },
1313
withCredentials: true,
14+
credentials: "include",
1415
}
1516
);
1617
return response;

0 commit comments

Comments
 (0)