We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b8c9296 + dff6e72 commit e0d9718Copy full SHA for e0d9718
frontend/packages/core/src/pages/Login.tsx
@@ -356,7 +356,7 @@ const Login: FC = () => {
356
loading={loading}
357
className="h-[40px] w-full inline-flex justify-center items-center"
358
type="default"
359
- onClick={openFeishuLogin}
+ onClick={() => openFeishuLogin(feishuAppId)}
360
>
361
<img className="h-[30px]" src={FeishuLogo} />
362
{$t('飞书授权登录')}
0 commit comments