Skip to content

Commit

Permalink
Merge pull request #170 from Gwasuwon-shot/fix/#169-logout
Browse files Browse the repository at this point in the history
fix:🐛 로그아웃 오류 임시 해결
  • Loading branch information
sojungpp authored Oct 18, 2023
2 parents c907236 + e07fab2 commit 8d52c02
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/main/java/gwasuwonshot/tutice/config/jwt/JwtService.java
Original file line number Diff line number Diff line change
Expand Up @@ -111,8 +111,8 @@ public String getJwtContents(String token) {
@Transactional
public void logout(Long userIdx) {
deleteToken(userIdx);
String token = getToken();
registerBlackList(token, "logout");
// String token = getToken();
// registerBlackList(token, "logout");
}

// refreshToken 삭제
Expand Down

0 comments on commit 8d52c02

Please sign in to comment.