Skip to content

Commit fa4ba66

Browse files
committed
feat: add logging for redirect URI in wecomQrCode component
1 parent 0101370 commit fa4ba66

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

ui/src/views/login/scanCompinents/wecomQrCode.vue

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ const init = async () => {
3838
}
3939
const lang = localStorage.getItem('MaxKB-locale') || getBrowserLang() || 'en-US'
4040
const redirectUri = window.location.origin
41+
console.log('redirectUri', redirectUri)
4142
try {
4243
wwLogin.value = ww.createWWLoginPanel({
4344
el: '#wecom-qr',

0 commit comments

Comments
 (0)