From a220f2933dfab92acfcc6b1ba1a401bdef911dbe Mon Sep 17 00:00:00 2001 From: evenegas Date: Fri, 27 Jun 2025 22:23:48 -0600 Subject: [PATCH] Sea agregaron console.log --- src/auth/auth.service.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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, {