Skip to content

Commit

Permalink
Fix : expires at in member service
Browse files Browse the repository at this point in the history
  • Loading branch information
D-w-nJ committed Oct 27, 2023
1 parent 21c9fdd commit 0d72ba3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ public Login generateLogin(Member member, String picture) {
.accessToken(accessToken)
.refreshToken(member
.getRefreshToken())
.expiresAt((Long) jwtUtil
.accessExpiresAt((Long) jwtUtil
.getDetailFromToken(accessToken)
.get(EXPIRATION_TIME))
.name(member.getMemberName())
Expand Down

0 comments on commit 0d72ba3

Please sign in to comment.