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
Browse files Browse the repository at this point in the history
Signed-off-by: Joaquim Verges <[email protected]>
  • Loading branch information
joaquim-verges authored Aug 1, 2024
1 parent 52466eb commit ae45b6b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/app/react/v5/in-app-wallet/build-your-own-ui/page.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -115,8 +115,8 @@ const handleLogin = async (phonNumber: string, verificationCode: string) => {
const wallet = inAppWallet();
await wallet.connect({
client,
strategy: "email",
email,
strategy: "phone",
phonNumber,
verificationCode,
});
return wallet;
Expand Down

0 comments on commit ae45b6b

Please sign in to comment.