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 0101370 commit fa4ba66Copy full SHA for fa4ba66
ui/src/views/login/scanCompinents/wecomQrCode.vue
@@ -38,6 +38,7 @@ const init = async () => {
38
}
39
const lang = localStorage.getItem('MaxKB-locale') || getBrowserLang() || 'en-US'
40
const redirectUri = window.location.origin
41
+ console.log('redirectUri', redirectUri)
42
try {
43
wwLogin.value = ww.createWWLoginPanel({
44
el: '#wecom-qr',
0 commit comments