Skip to content

Commit

Permalink
feat: lastLoginAt 저장
Browse files Browse the repository at this point in the history
  • Loading branch information
char-yb committed Apr 6, 2024
1 parent 3fedeff commit 9b95025
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ public class AuthService {
public SocialLoginResponse socialLoginMember(OAuthLoginParams params) {
OAuthInfoResponse oAuthInfoResponse = requestOAuthInfoService.request(params);
Member member = findOrCreateMember(oAuthInfoResponse, params.oAuthProvider());
member.updateLastLoginAt();
return authTokensGenerator.generate(member);
}

Expand Down

0 comments on commit 9b95025

Please sign in to comment.