视频会议
This commit is contained in:
@@ -146,6 +146,13 @@ function bootstrapAfterSso(token) {
|
||||
|
||||
onLoad((query) => {
|
||||
try {
|
||||
try {
|
||||
console.log('[SSO] location:', {
|
||||
search: typeof window !== 'undefined' ? window.location.search : '',
|
||||
hash: typeof window !== 'undefined' ? window.location.hash : '',
|
||||
query
|
||||
})
|
||||
} catch (logErr) {}
|
||||
const payload = resolveSsoPayload(query || {})
|
||||
const ssoUser = resolveSsoUser(payload)
|
||||
const redirect = resolveRedirect(query || {})
|
||||
|
||||
Reference in New Issue
Block a user