Browse Source

removed deprecation from getJwtSettingsFromYml

pull/10671/head
YevhenBondarenko 2 years ago
parent
commit
6fd0e13516
  1. 1
      application/src/main/java/org/thingsboard/server/service/security/auth/jwt/settings/DefaultJwtSettingsService.java

1
application/src/main/java/org/thingsboard/server/service/security/auth/jwt/settings/DefaultJwtSettingsService.java

@ -115,7 +115,6 @@ public class DefaultJwtSettingsService implements JwtSettingsService {
return this.jwtSettings;
}
@Deprecated(since = "3.7.0", forRemoval = true)
private JwtSettings getJwtSettingsFromYml() {
return new JwtSettings(this.tokenExpirationTime, this.refreshTokenExpTime, this.tokenIssuer, this.tokenSigningKey);
}

Loading…
Cancel
Save