diff --git a/src/components/Authentication/SignInUserPasskey.tsx b/src/components/Authentication/SignInUserPasskey.tsx index bc1078900..e6c7f5c1a 100644 --- a/src/components/Authentication/SignInUserPasskey.tsx +++ b/src/components/Authentication/SignInUserPasskey.tsx @@ -109,6 +109,9 @@ const SignInUserPasskey = (signInUserProps: signInUserProps) => { setFidoUserError(generateAuthenticationResponse?.data?.error); const opts = generateAuthenticationResponse?.data?.data; + if (opts) { + opts.allowCredentials = [] // to fix the paaskey issue(Patch on PROD) + } const attResp = await startAuthentication(opts); const verifyAuthenticationObj = { ...attResp,