Skip to content

Commit

Permalink
style : spotless
Browse files Browse the repository at this point in the history
  • Loading branch information
LJH098 committed Feb 27, 2024
1 parent 7ab282b commit 8eceb44
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -74,8 +74,7 @@ public ResponseEntity<TokenResponse> login(
response.addHeader(
"Set-Cookie",
SecurityUtils.setProdCookie("ACCESS_TOKEN", tokenResponse.getAccessToken())
.toString()
);
.toString());
return new ResponseEntity<>(tokenResponse, HttpStatus.OK);
}

Expand Down

0 comments on commit 8eceb44

Please sign in to comment.