mirror of
https://github.com/langgenius/dify.git
synced 2025-12-25 01:00:42 -05:00
Fix/webapp access scope (#20109)
This commit is contained in:
@@ -109,6 +109,7 @@ function unicodeToChar(text: string) {
|
||||
}
|
||||
|
||||
function requiredWebSSOLogin(message?: string) {
|
||||
removeAccessToken()
|
||||
const params = new URLSearchParams()
|
||||
params.append('redirect_url', globalThis.location.pathname)
|
||||
if (message)
|
||||
|
||||
Reference in New Issue
Block a user