diff --git a/src/auth/auth.service.ts b/src/auth/auth.service.ts index bcb516c..8a06752 100644 --- a/src/auth/auth.service.ts +++ b/src/auth/auth.service.ts @@ -17,7 +17,7 @@ export class AuthService { console.log('JWT_SECRET:', process.env.JWT_SECRET); console.log('JWT_SECRET:', process.env.JWT_SECRET); console.log('Verificando token:', token); - + console.log('retirar estos console.log'); try { const result = await this.jwtService.verify(token, {