We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fa4ba66 commit 446a450Copy full SHA for 446a450
ui/src/views/login/scanCompinents/wecomQrCode.vue
@@ -37,7 +37,7 @@ const init = async () => {
37
agentId: props.config.agent_id
38
}
39
const lang = localStorage.getItem('MaxKB-locale') || getBrowserLang() || 'en-US'
40
- const redirectUri = window.location.origin
+ const redirectUri = encodeURIComponent(window.location.origin)
41
console.log('redirectUri', redirectUri)
42
try {
43
wwLogin.value = ww.createWWLoginPanel({
0 commit comments