Clean security code

This commit is contained in:
Dmitrii Cravcenco
2023-11-22 08:40:45 +02:00
parent 3bf3f92551
commit fddd02b9ce
4 changed files with 3 additions and 19 deletions

View File

@@ -26,7 +26,6 @@ public class JwtService {
private long jwtExpiration;
@Value("${application.security.jwt.refresh-token.expiration}")
private long refreshExpiration;
// private final AuthenticationService authenticationService;
public String extractUsername(String token) {