Skip to content

Commit

Permalink
Merge pull request #44 from Soongsil-CoffeeChat/dev
Browse files Browse the repository at this point in the history
return to deploy domain
  • Loading branch information
KimKyoHwee authored Jun 20, 2024
2 parents 03b8b29 + 0152639 commit 92ad869
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -86,8 +86,8 @@ public void onAuthenticationSuccess(HttpServletRequest request, HttpServletRespo
}

response.setStatus(HttpStatus.OK.value());
response.sendRedirect("https://localhost:3000/callback");
//response.sendRedirect("https://coffeego-ssu.web.app/callback");
//response.sendRedirect("https://localhost:3000/callback");
response.sendRedirect("https://coffeego-ssu.web.app/callback");
}

private void addSameSiteCookie(HttpServletResponse response, String name, String value) {
Expand Down

0 comments on commit 92ad869

Please sign in to comment.