Skip to content

Commit

Permalink
ES-1115 (#724)
Browse files Browse the repository at this point in the history
Signed-off-by: ase-101 <sunkadaeanusha@gmail.com>
  • Loading branch information
ase-101 authored May 28, 2024
1 parent 2d57873 commit f2a65da
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -446,6 +446,7 @@ public SignupRedirectResponse prepareSignupRedirect(SignupRedirectRequest signup
cookie.setMaxAge(signupIDTokenValidity);
cookie.setSecure(true);
cookie.setHttpOnly(true);
cookie.setPath("/");
response.addCookie(cookie);
return signupRedirectResponse;
}
Expand Down

0 comments on commit f2a65da

Please sign in to comment.