Skip to content

Commit

Permalink
Merge pull request #11 from Web3Auth/develop
Browse files Browse the repository at this point in the history
Develop
  • Loading branch information
smgv authored Dec 5, 2023
2 parents 507bbfa + 7108210 commit 199d5bf
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions src/App.vue
Original file line number Diff line number Diff line change
Expand Up @@ -205,15 +205,15 @@ const logout = async () => {
const handleSteps = (idx: number) => {
currentStep.value = idx
if (idx === 3) {
openWalletConnect()
}
if (idx === 2) {
openCheckout()
}
if (idx === 1) {
openWalletUi()
}
// if (idx === 3) {
// openWalletConnect()
// }
// if (idx === 2) {
// openCheckout()
// }
// if (idx === 1) {
// openWalletUi()
// }
mbViewSteps.value = false
}
Expand Down

0 comments on commit 199d5bf

Please sign in to comment.