Skip to content

Commit dff6e72

Browse files
author
lcx
committed
feat: Add Feishu OAuth login & consumer-grade MCP
1 parent 025bd4c commit dff6e72

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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)