removed deprecation from getJwtSettingsFromYml
This commit is contained in:
		
							parent
							
								
									1a61e4d064
								
							
						
					
					
						commit
						6fd0e13516
					
				@ -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…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user