Skip to content

Commit e0d9718

Browse files
authored
Merge pull request #363 from APIParkLab/feature/1.9-OAuth
feat: Add Feishu OAuth login & consumer-grade MCP
2 parents b8c9296 + dff6e72 commit e0d9718

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

frontend/packages/core/src/pages/Login.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -356,7 +356,7 @@ const Login: FC = () => {
356356
loading={loading}
357357
className="h-[40px] w-full inline-flex justify-center items-center"
358358
type="default"
359-
onClick={openFeishuLogin}
359+
onClick={() => openFeishuLogin(feishuAppId)}
360360
>
361361
<img className="h-[30px]" src={FeishuLogo} />
362362
{$t('飞书授权登录')}

0 commit comments

Comments
 (0)