remove extra line

pull/27044/head
hyg 1 year ago
parent 4d9f4ed5cd
commit 7eaf283b0c
  1. 1
      services/auth/source/smtp/source_authenticate.go

@ -49,7 +49,6 @@ func (source *Source) Authenticate(ctx context.Context, user *user_model.User, u
if tperr, ok := err.(*textproto.Error); ok {
return nil, errors.Join(util.ErrInvalidArgument, tperr)
}
return nil, err
}

Loading…
Cancel
Save