Skip to content

Commit

Permalink
cancel activation for walletconnect/walletlink
Browse files Browse the repository at this point in the history
  • Loading branch information
NoahZinsmeister committed Feb 24, 2022
1 parent 685283c commit 0e5d3bf
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/walletconnect/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -114,6 +114,8 @@ export class WalletConnect extends Connector {
console.debug('Could not connect eagerly', error)
cancelActivation()
}
} else {
cancelActivation()
}
}

Expand Down
2 changes: 2 additions & 0 deletions packages/walletlink/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,8 @@ export class WalletLink extends Connector {
console.debug('Could not connect eagerly', error)
cancelActivation()
})
} else {
cancelActivation()
}
}

Expand Down

0 comments on commit 0e5d3bf

Please sign in to comment.