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 ? ( + <> +
+ +
+ + ) : ( + <> + )} ) : ( <>