Skip to content
This repository has been archived by the owner on Aug 5, 2024. It is now read-only.

Commit

Permalink
Update page.mdx (#318)
Browse files Browse the repository at this point in the history
  • Loading branch information
0xFirekeeper authored Apr 5, 2024
1 parent b40e00e commit 89eab09
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/app/unity/wallets/providers/embedded-wallet/page.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,9 @@ var connection = new WalletConnection(
provider: WalletProvider.EmbeddedWallet,
chainId: 1,
phoneNumber: "+1234567890",
authOptions: new AuthOptions(
authProvider: AuthProvider.PhoneOTP,
)
);

// Connect the wallet
Expand Down

0 comments on commit 89eab09

Please sign in to comment.