Skip to content

Commit

Permalink
hotfix : 임시토큰 refresh token위치에 빈문자열
Browse files Browse the repository at this point in the history
  • Loading branch information
genius00hwan committed Nov 26, 2024
1 parent dd10b03 commit 7cc4c75
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

public class AuthConverter {

private static final String _REFRESH_TOKEN_ABOUT_TEMPORARY_MEMBER_MESSAGE = "회원 가입 완료후에 리프레시 토큰이 발급됩니다.";
private static final String _REFRESH_TOKEN_ABOUT_TEMPORARY_MEMBER_MESSAGE = "";
public static TokenResponseDTO toTokenResponseDTO(String message,
String accessToken,
String refreshToken) {
Expand Down

0 comments on commit 7cc4c75

Please sign in to comment.