Skip to content

Commit fef4e17

Browse files
committed
Update CustomJwtDecoder.java
1 parent ea7688f commit fef4e17

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

search-service/src/main/java/com/codecampus/search/configuration/config/CustomJwtDecoder.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,4 +46,5 @@ public Jwt decode(String token) throws JwtException {
4646
throw new JwtException("Invalid token");
4747
}
4848
}
49+
4950
}

0 commit comments

Comments
 (0)