feat(SPG-1236): setup otp checker guard

pull/160/head
Firman Ramdhani 2025-06-19 17:09:42 +07:00
parent 42060384aa
commit 83f3377465
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;
}