Skip to content

Commit

Permalink
Merge branch 'test' into feature/#14
Browse files Browse the repository at this point in the history
  • Loading branch information
sss4920 authored Jan 3, 2024
2 parents 5471829 + 5d1fd3d commit c21be53
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ public class AuthService {
private final Long TOKEN_EXPIRATION_TIME_ACCESS = 1 * 60 * 1000L;
private final Long TOKEN_EXPIRATION_TIME_REFRESH = 3 * 60 * 1000L;


@Transactional
public SignInResponseDto signIn(String socialAccessToken, SignInRequestDto requestDto) {
SocialType socialType = SocialType.valueOf(requestDto.socialType());
Expand Down

0 comments on commit c21be53

Please sign in to comment.