Merge pull request #19830 from mozilla/fxa-12795

fix(auth): Use `isSignInWithThirdPartyAuth` in SigninRecoveryPhone
This commit is contained in:
Vijay Budhram 2025-12-22 10:53:39 -05:00 committed by GitHub
commit 74a241cda4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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