Fix cargo clippy issues
	
		
			
	
		
	
	
		
	
		
			All checks were successful
		
		
	
	
		
			
				
	
				continuous-integration/drone/push Build is passing
				
			
		
		
	
	
				
					
				
			
		
			All checks were successful
		
		
	
	continuous-integration/drone/push Build is passing
				
			This commit is contained in:
		| @@ -156,8 +156,7 @@ impl Action<'_> { | ||||
|                     .to_string() | ||||
|             } | ||||
|             Action::ProviderFailedGetToken { state, code } => format!( | ||||
|                 "could not complete login from provider because the id_token could not be retrieved! (state={:?} code = {code})", | ||||
|                 state | ||||
|                 "could not complete login from provider because the id_token could not be retrieved! (state={state:?} code = {code})" | ||||
|             ), | ||||
|             Action::ProviderFailedGetUserInfo { provider } => format!( | ||||
|                 "could not get user information from userinfo endpoint of provider {}!", | ||||
|   | ||||
		Reference in New Issue
	
	Block a user