Skip to content

Commit

Permalink
chore: added additional outcome to handle already onboarded metho (#324)
Browse files Browse the repository at this point in the history
  • Loading branch information
Hantex9 authored Dec 12, 2023
1 parent b12665f commit 3e7a352
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion assets/wallet/wallet_onboarding.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@
["2", "AUTH_ERROR"],
["4", "TIMEOUT"],
["8", "CANCELED_BY_USER"],
["14", "INVALID_SESSION"]
["14", "INVALID_SESSION"],
["15", "ALREADY_ONBOARDED"]
];

const simulateOutcome = () => {
Expand Down

0 comments on commit 3e7a352

Please sign in to comment.