mirror of
				https://github.com/zulip/zulip.git
				synced 2025-11-03 21:43:21 +00:00 
			
		
		
		
	backends: Clean up type ignores.
Signed-off-by: Anders Kaseorg <anders@zulipchat.com>
This commit is contained in:
		
				
					committed by
					
						
						Tim Abbott
					
				
			
			
				
	
			
			
			
						parent
						
							5d063910ff
						
					
				
				
					commit
					9650188dfe
				
			@@ -792,7 +792,7 @@ def social_auth_finish(backend: Any,
 | 
			
		||||
    # being incorrectly authenticated.
 | 
			
		||||
    assert return_data.get('valid_attestation') is True
 | 
			
		||||
 | 
			
		||||
    strategy = backend.strategy  # type: ignore # This comes from Python Social Auth.
 | 
			
		||||
    strategy = backend.strategy
 | 
			
		||||
    email_address = return_data['validated_email']
 | 
			
		||||
    full_name = return_data['full_name']
 | 
			
		||||
    is_signup = strategy.session_get('is_signup') == '1'
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user