feat(SPG-1236): setup otp checker guard #160

Merged
firmanr merged 1 commits from feat/otp-cancel into development 2025-06-19 17:10:08 +07:00
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;
}