From 892b7d1ad42cf22ca32020cc44463d1d7a69b217 Mon Sep 17 00:00:00 2001 From: CaIon <1808837298@qq.com> Date: Sat, 20 Apr 2024 21:05:38 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E7=99=BB=E9=99=86=E7=BE=8E=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- web/src/components/LoginForm.js | 27 ++++++++++++++++++--------- 1 file changed, 18 insertions(+), 9 deletions(-) diff --git a/web/src/components/LoginForm.js b/web/src/components/LoginForm.js index e75b296..4b592f9 100644 --- a/web/src/components/LoginForm.js +++ b/web/src/components/LoginForm.js @@ -241,16 +241,25 @@ const LoginForm = () => { ) : ( <> )} - - {status.telegram_oauth ? ( - - ) : ( - <> - )} + {status.telegram_oauth ? ( + <> +
+ +
+ + ) : ( + <> + )} ) : ( <>