Skip to content

Commit

Permalink
Update getUSerDetailsByForm flag of enableEmailLogin
Browse files Browse the repository at this point in the history
  • Loading branch information
dlarrain committed Dec 19, 2023
1 parent 9dbe138 commit c4ffd0f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/connectors/dedicatedWalletConnector.ts
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,7 @@ export class DedicatedWalletConnector extends MagicConnector {
customLogo: this.magicOptions.customLogo,
customHeaderText: this.magicOptions.customHeaderText,
enableSMSLogin: enableSMSLogin,
enableEmailLogin: enableEmailLogin || true,
enableEmailLogin: enableEmailLogin,
oauthProviders,
})) as UserDetails

Expand Down

0 comments on commit c4ffd0f

Please sign in to comment.