Compare commits

..

No commits in common. "9d1c240b6b121fbd5bf7c0d075443f2b74f1fd29" and "69c2ee06cf763ea0225ad295b5a96eade025948a" have entirely different histories.

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;
}