mirror of
				https://github.com/commons-app/apps-android-commons.git
				synced 2025-11-04 00:33:55 +01:00 
			
		
		
		
	
							parent
							
								
									516a5839a3
								
							
						
					
					
						commit
						e8bbbe78d8
					
				
					 3 changed files with 11 additions and 2 deletions
				
			
		| 
						 | 
				
			
			@ -119,6 +119,8 @@ public class LoginActivity extends AccountAuthenticatorActivity {
 | 
			
		|||
                } else if (result.toLowerCase().contains("userblocked".toLowerCase())) {
 | 
			
		||||
                    // Matches login-userblocked
 | 
			
		||||
                    response = R.string.login_failed_blocked;
 | 
			
		||||
                } else if (result.equals("2FA")){
 | 
			
		||||
                    response = R.string.login_failed_2fa_not_supported;
 | 
			
		||||
                } else {
 | 
			
		||||
                    // Occurs with unhandled login failure codes
 | 
			
		||||
                    Timber.d("Login failed with reason: %s", result);
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue