Skip to content

Commit

Permalink
πŸ”€ Merge #427 into deploy/rinkeby
Browse files Browse the repository at this point in the history
  • Loading branch information
AuroraHuang22 committed Dec 15, 2023
2 parents a199bf5 + 680d276 commit c6ac282
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions components/IscnRegisterForm.vue
Original file line number Diff line number Diff line change
Expand Up @@ -1326,11 +1326,6 @@ export default class IscnRegisterForm extends Vue {
onOpenKeplr() {
logTrackerEvent(this, 'ISCNCreate', 'OpenKeplr', '', 1);
this.isOpenKeplr = true
// Hack: In some cases, there might be no response from Keplr,
// so we set a timeout to automatically close it after 5 seconds.
setTimeout(() => {
this.isOpenKeplr = false
}, 5000)
}
validateField(
Expand Down

0 comments on commit c6ac282

Please sign in to comment.