@thirdweb-dev/react@4.5.0
·
6321 commits
to main
since this release
Minor Changes
-
#2366
f6a30c0
Thanks @ElasticBottle! - Add Login with SMS in EmbeddedWalletNote that by having
phone
beforeemail
in the options array, the phone login option will be presented first.Use
['email', 'phone']
to have the email option presented first.<ThirdwebProvider clientId={import.meta.env.VITE_TEMPLATE_CLIENT_ID} activeChain={activeChain} supportedWallets={[ embeddedWallet({ auth: { options: ["phone", "email", "apple", "google"], }, }), ...defaultWallets, ]} > <App /> </ThirdwebProvider>