Skip to content

Commit

Permalink
domain 값 변경
Browse files Browse the repository at this point in the history
  • Loading branch information
HwangHoYoon committed Jan 20, 2024
1 parent d3344c8 commit cbd6538
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/com/chwipoClova/common/utils/JwtUtil.java
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ public class JwtUtil {

public static final String ACCESS_TOKEN = "accessToken";

public static final String REFRESH_TOKEN = "refreshToken";
public static final String REFRESH_TOKEN = "refresh_token";

public static final String AUTHORIZATION = "Authorization";

Expand Down

0 comments on commit cbd6538

Please sign in to comment.