From cd46c8c78e199781156b693461aee5277af97e98 Mon Sep 17 00:00:00 2001 From: ibuler Date: Tue, 15 Mar 2022 15:58:08 +0800 Subject: [PATCH] =?UTF-8?q?perf:=20=E5=8F=91=E9=80=81=E9=AA=8C=E8=AF=81?= =?UTF-8?q?=E7=A0=81=EF=BC=8C=E4=B8=8D=E5=86=8D=E6=8F=90=E7=A4=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- apps/templates/_mfa_login_field.html | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/apps/templates/_mfa_login_field.html b/apps/templates/_mfa_login_field.html index d73df5499..29c3ea17b 100644 --- a/apps/templates/_mfa_login_field.html +++ b/apps/templates/_mfa_login_field.html @@ -121,7 +121,8 @@ url: url, method: "POST", body: JSON.stringify(data), - success: onSuccess + success: onSuccess, + flash_message: false }) }