Skip to content

Commit

Permalink
add todo for error handler
Browse files Browse the repository at this point in the history
  • Loading branch information
ERussel committed Dec 11, 2023
1 parent 4856b9d commit 534341a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/pages/onboarding/create-wallet/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ export default function CreateWalletPage() {
return;
}

// TODO: Handle errors here and display retry page maybe
await completeOnboarding(publicKey, webApp);

MainButton?.onClick(() => {
Expand Down

0 comments on commit 534341a

Please sign in to comment.