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