Skip to content

Commit

Permalink
fix 2
Browse files Browse the repository at this point in the history
  • Loading branch information
marcinbator committed Nov 5, 2024
1 parent 31b2a11 commit 46c911a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rag-2-backend/Infrastructure/Module/User/UserController.cs
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ public string Login([FromBody] [Required] UserLoginRequest loginRequest)
HttpOnly = true,
// IsEssential = true,
Secure = false,
SameSite = SameSiteMode.None
// SameSite = SameSiteMode.None
});
return response.JwtToken;
}
Expand Down

0 comments on commit 46c911a

Please sign in to comment.