Skip to content

Commit 1e4e09e

Browse files
committed
✨ Add the withCredentials
1 parent 7034b0b commit 1e4e09e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/containers/FormSignup/index.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ function FormLogin() {
2222

2323
function sendUser() {
2424
AuthService.signup(value)
25+
.withCredentials()
2526
.then(function() {
2627
history.replace("/dashboard");
2728
})

0 commit comments

Comments
 (0)