Skip to content

Commit

Permalink
Fix: 로그인 성공 핸들러 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
pjh5365 committed Sep 10, 2024
1 parent f0f8573 commit bfb6398
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ private ResponseCookie createCookie(String key, String value, int maxAge) {
.httpOnly(true)
.secure(true)
.path("/")
.domain(".kaboo.site")
.domain("kaboo.site")
.build();
}

Expand Down

0 comments on commit bfb6398

Please sign in to comment.