Skip to content

Commit

Permalink
set sms otp enabled for desktop and mobile as well for modal sdk
Browse files Browse the repository at this point in the history
  • Loading branch information
BboyStatix committed Mar 27, 2024
1 parent dfb8b51 commit e3de9a2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/modal/src/modalManager.ts
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,8 @@ export class Web3Auth extends Web3AuthNoModal implements IWeb3AuthModal {
sms_passwordless: {
name: "sms_passwordless",
showOnModal: smsOtpEnabled,
showOnDesktop: smsOtpEnabled,
showOnMobile: smsOtpEnabled,
},
},
},
Expand Down

0 comments on commit e3de9a2

Please sign in to comment.