perf(X-Pack): OAuth2 跳转state参数禁用横线 #15039

This commit is contained in:
fit2cloud-chenyw
2025-03-19 17:30:06 +08:00
committed by xuwei-fit2cloud
parent 6c2f452774
commit b2bbada221

View File

@@ -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')) {