Skip to content

Commit 9616923

Browse files
committed
fix: update WeCom QR code login state parameter to use access token
1 parent 8d360b1 commit 9616923

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ui/src/views/chat/user-login/scanCompinents/wecomQrCode.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ const init = async () => {
7272
`&appid=${props.config.corp_id}` +
7373
`&agentid=${props.config.agent_id}` +
7474
`&redirect_uri=${redirectUri}` +
75-
`&state=${LOGIN_STATE}` +
75+
`&state=${accessToken}` +
7676
`&lang=${getLang()}` +
7777
`&panel_size=small` +
7878
`&redirect_type=self`

0 commit comments

Comments
 (0)