Merge pull request #345 from APIParkLab/feature/1.9-OAuth

feat: Add Feishu OAuth login & consumer-grade MCP
This commit is contained in:
ningyv
2025-07-17 13:40:13 +08:00
committed by GitHub
+1 -1
View File
@@ -75,7 +75,7 @@ const Login: FC = () => {
setAllowGuest(data.channel.filter((x: any) => x.name === 'guest_access').length > 0)
const feishu = data.channel.find((x: any) => x.name === 'feishu')
if (feishu) {
setFeishuAppId(feishu.config.app_id)
setFeishuAppId(feishu.config.client_id)
setAllowFeishuLogin(true)
}
const code = query.get('code')