mirror of
https://github.com/1Panel-dev/MaxKB.git
synced 2025-12-26 01:33:05 +00:00
fix: update WeCom QR code login state parameter to use access token
This commit is contained in:
parent
8d360b1c5f
commit
96169239cc
|
|
@ -72,7 +72,7 @@ const init = async () => {
|
|||
`&appid=${props.config.corp_id}` +
|
||||
`&agentid=${props.config.agent_id}` +
|
||||
`&redirect_uri=${redirectUri}` +
|
||||
`&state=${LOGIN_STATE}` +
|
||||
`&state=${accessToken}` +
|
||||
`&lang=${getLang()}` +
|
||||
`&panel_size=small` +
|
||||
`&redirect_type=self`
|
||||
|
|
|
|||
Loading…
Reference in New Issue