Compare commits

...

2 Commits

1 changed files with 1 additions and 1 deletions

View File

@ -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; if (otpData && otpData?.verified_at) return true;
} }