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 8d360b1 commit 9616923Copy full SHA for 9616923
ui/src/views/chat/user-login/scanCompinents/wecomQrCode.vue
@@ -72,7 +72,7 @@ const init = async () => {
72
`&appid=${props.config.corp_id}` +
73
`&agentid=${props.config.agent_id}` +
74
`&redirect_uri=${redirectUri}` +
75
- `&state=${LOGIN_STATE}` +
+ `&state=${accessToken}` +
76
`&lang=${getLang()}` +
77
`&panel_size=small` +
78
`&redirect_type=self`
0 commit comments