From 7ba876eb0aa5d47899df684bca27681ace242afa Mon Sep 17 00:00:00 2001 From: fit2bot <68588906+fit2bot@users.noreply.github.com> Date: Tue, 16 Apr 2024 14:04:18 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E7=99=BB=E5=BD=95=E5=A4=8D=E6=A0=B8=20?= =?UTF-8?q?=E5=AE=A1=E6=89=B9=E5=90=8E=20=E5=88=B7=E6=96=B0=E9=A1=B5?= =?UTF-8?q?=E9=9D=A2=E5=B7=A5=E5=8D=95=E6=B2=A1=E6=B8=85=E9=99=A4=20(#1303?= =?UTF-8?q?1)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: feng <1304903146@qq.com> --- .../templates/authentication/login_wait_confirm.html | 1 + 1 file changed, 1 insertion(+) diff --git a/apps/authentication/templates/authentication/login_wait_confirm.html b/apps/authentication/templates/authentication/login_wait_confirm.html index 157ee1d1a..33d05e03a 100644 --- a/apps/authentication/templates/authentication/login_wait_confirm.html +++ b/apps/authentication/templates/authentication/login_wait_confirm.html @@ -95,6 +95,7 @@ function doRequestAuth() { } clearInterval(interval); clearInterval(checkInterval); + cancelTicket(); $(".copy-btn").attr('disabled', 'disabled'); errorMsgRef.html(data.msg) }