mirror of
https://codeberg.org/forgejo/forgejo.git
synced 2025-05-31 11:52:10 +00:00
Clean old LDAP code
This commit is contained in:
parent
4744996f9a
commit
be82716b66
5 changed files with 14 additions and 46 deletions
|
@ -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")
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue