We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4d9f4ed commit 7eaf283Copy full SHA for 7eaf283
services/auth/source/smtp/source_authenticate.go
@@ -49,7 +49,6 @@ func (source *Source) Authenticate(ctx context.Context, user *user_model.User, u
49
if tperr, ok := err.(*textproto.Error); ok {
50
return nil, errors.Join(util.ErrInvalidArgument, tperr)
51
}
52
-
53
return nil, err
54
55
0 commit comments