mirror of
https://github.com/go-gitea/gitea.git
synced 2025-01-19 14:03:40 +03:00
remove extra line
This commit is contained in:
parent
4d9f4ed5cd
commit
7eaf283b0c
@ -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…
x
Reference in New Issue
Block a user