mirror of
https://github.com/mozilla/fxa.git
synced 2025-12-28 07:03:55 +00:00
Merge pull request #19830 from mozilla/fxa-12795
fix(auth): Use `isSignInWithThirdPartyAuth` in SigninRecoveryPhone
This commit is contained in:
commit
74a241cda4
@ -70,7 +70,8 @@ const SigninRecoveryPhoneContainer = ({
|
||||
const { oAuthKeysCheckError } = useOAuthKeysCheck(
|
||||
integration,
|
||||
keyFetchToken,
|
||||
unwrapBKey
|
||||
unwrapBKey,
|
||||
signinState?.isSignInWithThirdPartyAuth
|
||||
);
|
||||
|
||||
const webRedirectCheck = useWebRedirect(integration.data.redirectTo);
|
||||
|
||||
Loading…
Reference in New Issue
Block a user