Sea agregaron console.log
This commit is contained in:
@@ -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, {
|
||||
|
||||
Reference in New Issue
Block a user