diff --git a/handlers/profile.py b/handlers/profile.py index e72592d5..1ac439e8 100644 --- a/handlers/profile.py +++ b/handlers/profile.py @@ -113,7 +113,7 @@ async def process_callback_view_profile( if is_web_enabled(): site_url = get_site_url() if site_url: - webapp_url = f"{site_url}/dashboard" + webapp_url = f"{site_url}/dashboard?webapp=1" builder.row(InlineKeyboardButton(text="🌐 Π›ΠΈΡ‡Π½Ρ‹ΠΉ ΠΊΠ°Π±ΠΈΠ½Π΅Ρ‚", web_app=WebAppInfo(url=webapp_url))) if is_email_binding_enabled():