From 9a44f4e37f8d7c4d0afefb8ad92026abdf66422e Mon Sep 17 00:00:00 2001 From: Vladless Date: Tue, 19 Nov 2024 11:43:22 +0300 Subject: [PATCH] security update 1.0 --- handlers/keys/keys.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/handlers/keys/keys.py b/handlers/keys/keys.py index 7645d57b..57343993 100644 --- a/handlers/keys/keys.py +++ b/handlers/keys/keys.py @@ -283,7 +283,7 @@ async def process_callback_update_subscription(callback_query: types.CallbackQue if record: expiry_time = record["expiry_time"] client_id = record["client_id"] - public_link = f"{PUBLIC_LINK}{email}" + public_link = f"{PUBLIC_LINK}{email}/{tg_id}" try: await conn.execute(