fix(auth): Use isSignInWithThirdPartyAuth in SigninRecoveryPhone

This commit is contained in:
Vijay Budhram 2025-12-19 14:53:48 -05:00
parent 8646e8be24
commit df24ccbb45
No known key found for this signature in database
GPG Key ID: 9778545895B2532B

View File

@ -70,7 +70,8 @@ const SigninRecoveryPhoneContainer = ({
const { oAuthKeysCheckError } = useOAuthKeysCheck(
integration,
keyFetchToken,
unwrapBKey
unwrapBKey,
signinState?.isSignInWithThirdPartyAuth
);
const webRedirectCheck = useWebRedirect(integration.data.redirectTo);