Skip to content

Commit 3ec5913

Browse files
authored
Merge pull request #93 from GDGoCINHA/develop
Test
2 parents 9c6c4be + 18f06a0 commit 3ec5913

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)