From 680d2764fef71e80d41c8ab29451f6ce4e39e063 Mon Sep 17 00:00:00 2001 From: AuroraHuang22 Date: Fri, 15 Dec 2023 12:14:46 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=8E=A8=20Remove=20the=20retry=20action=20?= =?UTF-8?q?when=20opening=20Keplr?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- components/IscnRegisterForm.vue | 5 ----- 1 file changed, 5 deletions(-) diff --git a/components/IscnRegisterForm.vue b/components/IscnRegisterForm.vue index 29a500e4..7fbc887c 100644 --- a/components/IscnRegisterForm.vue +++ b/components/IscnRegisterForm.vue @@ -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(