Skip to content

Commit

Permalink
Disable button
Browse files Browse the repository at this point in the history
  • Loading branch information
mazhutoanton committed Jan 13, 2025
1 parent 173d0f9 commit 3d92edf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/TelegramLoginButton/TelegramLoginButton.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,7 @@ export const TelegramLoginButton: React.FC<Props> = ({
window.Telegram.Login.auth({ bot_id: TELEGRAM_BOT_ID }, dataOnauth);
setLoading(true);
}}
disabled={loading}
sx={{
position: 'relative',
}}
Expand Down

0 comments on commit 3d92edf

Please sign in to comment.