Skip to content

Commit

Permalink
Merge pull request #12 from arch-protocol/chore/update-enable-email-flag
Browse files Browse the repository at this point in the history
Update getUserDetailsByForm flag of enableEmailLogin
  • Loading branch information
jamesrp13 authored Mar 22, 2024
2 parents 77a5ba1 + c4ffd0f commit b4577b8
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 b4577b8

Please sign in to comment.