From b2bbada22192225993aed672ef2aec6fdd7b5d83 Mon Sep 17 00:00:00 2001 From: fit2cloud-chenyw Date: Wed, 19 Mar 2025 17:30:06 +0800 Subject: [PATCH] =?UTF-8?q?perf(X-Pack):=20OAuth2=20=E8=B7=B3=E8=BD=ACstat?= =?UTF-8?q?e=E5=8F=82=E6=95=B0=E7=A6=81=E7=94=A8=E6=A8=AA=E7=BA=BF=20#1503?= =?UTF-8?q?9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- core/core-frontend/src/views/login/index.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/core-frontend/src/views/login/index.vue b/core/core-frontend/src/views/login/index.vue index 84443e3cdd..72933d50b2 100644 --- a/core/core-frontend/src/views/login/index.vue +++ b/core/core-frontend/src/views/login/index.vue @@ -242,7 +242,7 @@ onMounted(async () => { } else { preheat.value = false } - } else if (getQueryString('state')?.includes('de-oauth2-')) { + } else if (getQueryString('state')?.includes('fit2clouddeoauth2')) { preheat.value = true } if (localStorage.getItem('DE-GATEWAY-FLAG')) {