1
0

feat: make the new inbox project the default

This commit is contained in:
kolaente
2023-03-25 15:00:35 +01:00
parent 9111db2a16
commit 0110f93313
2 changed files with 14 additions and 3 deletions

View File

@ -87,7 +87,7 @@ func CreateUser(s *xorm.Session, user *User) (newUser *User, err error) {
return nil, err
}
// Dont send a mail if no mailer is configured
// Don't send a mail if no mailer is configured
if !config.MailerEnabled.GetBool() || user.Issuer != IssuerLocal {
return newUserOut, err
}