mirror of
				https://github.com/go-gitea/gitea.git
				synced 2025-11-04 10:44:12 +01:00 
			
		
		
		
	clean log
This commit is contained in:
		
							parent
							
								
									362d64df04
								
							
						
					
					
						commit
						247017d9ff
					
				@ -405,7 +405,6 @@ func LoginUserSMTPSource(u *User, name, passwd string, sourceId int64, cfg *SMTP
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
	if err := SMTPAuth(auth, cfg); err != nil {
 | 
						if err := SMTPAuth(auth, cfg); err != nil {
 | 
				
			||||||
		if strings.Contains(err.Error(), "Username and Password not accepted") {
 | 
							if strings.Contains(err.Error(), "Username and Password not accepted") {
 | 
				
			||||||
			fmt.Println(err)
 | 
					 | 
				
			||||||
			return nil, ErrUserNotExist{0, name}
 | 
								return nil, ErrUserNotExist{0, name}
 | 
				
			||||||
		}
 | 
							}
 | 
				
			||||||
		return nil, err
 | 
							return nil, err
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user