Skip to content

Commit

Permalink
Merge branch 'dev' into release/1.42.0
Browse files Browse the repository at this point in the history
  • Loading branch information
skambalin committed Sep 4, 2024
2 parents 3e5d89c + 4acfc9a commit 700a475
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
6 changes: 6 additions & 0 deletions src/stores/AuthorizePopupStore/AuthorizePopupStore.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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(
Expand Down

0 comments on commit 700a475

Please sign in to comment.