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 446a450 commit a5c2c6eCopy full SHA for a5c2c6e
ui/src/views/chat/user-login/scanCompinents/wecomQrCode.vue
@@ -41,7 +41,7 @@ const init = async () => {
41
agentId: props.config.agent_id
42
}
43
const lang = localStorage.getItem('MaxKB-locale') || getBrowserLang() || 'en-US'
44
- const redirectUri = window.location.origin
+ const redirectUri = encodeURIComponent(window.location.origin)
45
try {
46
wwLogin.value = ww.createWWLoginPanel({
47
el: '#wecom-qr',
0 commit comments