mirror of
https://gitee.com/gitea/gitea
synced 2025-12-03 06:40:30 +08:00
Clean old LDAP code
This commit is contained in:
@@ -312,7 +312,7 @@ func SmtpAuth(host string, port int, a smtp.Auth, useTls bool) error {
|
||||
return err
|
||||
}
|
||||
} else {
|
||||
return errors.New("SMTP server unsupported TLS")
|
||||
return errors.New("SMTP server unsupports TLS")
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user