Sea agregaron console.log

This commit is contained in:
evenegas
2025-06-27 22:23:48 -06:00
parent 904db0549f
commit a220f2933d
+1 -1
View File
@@ -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, {