feat(SPG-1236): setup otp checker guard
parent
42060384aa
commit
83f3377465
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue