Merge pull request 'feat(SPG-1236): setup otp checker guard' (#160) from feat/otp-cancel into development
Reviewed-on: #160pull/142/head
commit
9d1c240b6b
|
@ -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;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue