0
Fork 0
mirror of https://codeberg.org/forgejo/forgejo.git synced 2025-02-04 12:50:38 -05:00

clean log

This commit is contained in:
Unknwon 2015-09-11 13:33:36 -04:00
parent 362d64df04
commit 247017d9ff

View file

@ -405,7 +405,6 @@ func LoginUserSMTPSource(u *User, name, passwd string, sourceId int64, cfg *SMTP
if err := SMTPAuth(auth, cfg); err != nil {
if strings.Contains(err.Error(), "Username and Password not accepted") {
fmt.Println(err)
return nil, ErrUserNotExist{0, name}
}
return nil, err