Explorar el Código

remove extra line

pull/27044/head
hyg hace 8 meses
padre
commit
7eaf283b0c
Se han modificado 1 ficheros con 0 adiciones y 1 borrados
  1. 0
    1
      services/auth/source/smtp/source_authenticate.go

+ 0
- 1
services/auth/source/smtp/source_authenticate.go Ver fichero

@@ -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
}


Cargando…
Cancelar
Guardar