diff --git a/CHANGELOG.md b/CHANGELOG.md index ab799c8d..ebceb298 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,7 @@ ### v1.42.0 +- Login of MFA users with in advance provided email - Added SDK option to provide app contact email ### v1.41.1 diff --git a/src/stores/AuthorizePopupStore/AuthorizePopupStore.ts b/src/stores/AuthorizePopupStore/AuthorizePopupStore.ts index c605ea45..f23acb8f 100644 --- a/src/stores/AuthorizePopupStore/AuthorizePopupStore.ts +++ b/src/stores/AuthorizePopupStore/AuthorizePopupStore.ts @@ -67,6 +67,12 @@ export class AuthorizePopupStore { this.mfaCheckPromise = verifierId && !this.options.forceMfa ? this.web3AuthStore.isMfaEnabled({ verifierId }) : undefined; }, + { + /** + * React immediately to check MFA status for email provided in options + */ + fireImmediately: true, + }, ); reaction(