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 40a1070 commit 54e8b04Copy full SHA for 54e8b04
ui/src/views/authentication/component/EditModal.vue
@@ -120,6 +120,8 @@ const open = async (platform: Platform) => {
120
let defaultCallbackUrl = window.location.origin
121
switch (platform.key) {
122
case 'wecom':
123
+ currentPlatform.config.callback_url = `${defaultCallbackUrl}/api/wecom`
124
+ break
125
case 'dingtalk':
126
if (currentPlatform.config.agent_id && currentPlatform.key === 'dingtalk') {
127
currentPlatform.config.corp_id = currentPlatform.config.agent_id
0 commit comments