Skip to content

Commit

Permalink
[FIX] error log
Browse files Browse the repository at this point in the history
  • Loading branch information
c0smosaur authored Jun 5, 2024
1 parent 1e54ed5 commit 7c5baf2
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,6 @@ private UserDetails getMemberFromToken(String refreshToken) {
String token = refreshToken.substring(0, refreshToken.length()-4);
System.out.println("refreshToken: "+refreshToken);
System.out.println("id: "+id);
String token = refreshToken.substring(0, refreshToken.length()-4);
System.out.println("token: "+token);
if (redisUtils.findRefreshToken(id).equals(token)){
return memberDetailsService.loadUserById(id);
Expand Down

0 comments on commit 7c5baf2

Please sign in to comment.