Skip to content

Commit

Permalink
bug fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
arashalaei committed Dec 20, 2024
1 parent c721e07 commit b757df7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/signup.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ async function signupExample() {

// Prepare the signup request data
const signupRequest: Wallet.SignUpRequest = {
email: "arashalaei22@gmail.com",
password: "12345678",
email: "user@example.com",
password: "yourSecurePassword",
};

const signupWithHandler = withErrorHandler<Wallet.SimpleResponse>(
Expand Down

0 comments on commit b757df7

Please sign in to comment.