mirror of
https://github.com/dataease/dataease.git
synced 2026-05-15 05:22:13 +08:00
perf(X-Pack): OAuth2 跳转state参数禁用横线 #15039
This commit is contained in:
committed by
xuwei-fit2cloud
parent
6c2f452774
commit
b2bbada221
@@ -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')) {
|
||||
|
||||
Reference in New Issue
Block a user