diff --git a/web/src/components/LoginForm.js b/web/src/components/LoginForm.js
index eb94784..c8f0536 100644
--- a/web/src/components/LoginForm.js
+++ b/web/src/components/LoginForm.js
@@ -4,12 +4,13 @@ import { UserContext } from '../context/User';
import { API, getLogo, isMobile, showError, showInfo, showSuccess, showWarning } from '../helpers';
import { onGitHubOAuthClicked } from './utils';
import Turnstile from "react-turnstile";
-import { Layout, Card, Image, Form, Button, Divider, Modal } from "@douyinfe/semi-ui";
+import { Layout, Card, Image, Form, Button, Divider, Modal, Icon } from '@douyinfe/semi-ui';
import Title from "@douyinfe/semi-ui/lib/es/typography/title";
import Text from "@douyinfe/semi-ui/lib/es/typography/text";
import TelegramLoginButton from 'react-telegram-login';
import { IconGithubLogo } from '@douyinfe/semi-icons';
+import WeChatIcon from './WeChatIcon';
const LoginForm = () => {
const [inputs, setInputs] = useState({
@@ -179,16 +180,16 @@ const LoginForm = () => {
) : (
<>>
)}
- {/*{status.wechat_login ? (*/}
- {/* */}
- {/*) : (*/}
- {/* <>>*/}
- {/*)}*/}
+ {status.wechat_login ? (
+ } />}
+ onClick={onWeChatLoginClicked}
+ />
+ ) : (
+ <>>
+ )}
{status.telegram_oauth ? (
*/}
- {/* 微信扫码关注公众号,输入「验证码」获取验证码(三分钟内有效)*/}
- {/*
+ 微信扫码关注公众号,输入「验证码」获取验证码(三分钟内有效)
+
+