diff --git a/src/core/guards/domain/otp-checker.guard.ts b/src/core/guards/domain/otp-checker.guard.ts index 00b1af2..61e5146 100644 --- a/src/core/guards/domain/otp-checker.guard.ts +++ b/src/core/guards/domain/otp-checker.guard.ts @@ -48,7 +48,7 @@ export class OtpCheckerGuard implements CanActivate { }); } - console.log({ dataIdentity, otpCode, otpData }); + // console.log({ dataIdentity, otpCode, otpData }); if (otpData && otpData?.verified_at) return true; }