Merge pull request 'feat(SPG-1236): setup otp checker guard' (#160) from feat/otp-cancel into development

Reviewed-on: #160
pull/142/head
firmanr 2025-06-19 17:10:07 +07:00
commit 9d1c240b6b
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;
}