From aae4261b53d86b248d0fb6fc998951cbcfaf0e25 Mon Sep 17 00:00:00 2001 From: DIKER0K Date: Mon, 21 Jul 2025 17:11:54 +0500 Subject: [PATCH] fix: qrcode --- src/renderer/pages/Registration.tsx | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/src/renderer/pages/Registration.tsx b/src/renderer/pages/Registration.tsx index 20766bb..1c9f52d 100644 --- a/src/renderer/pages/Registration.tsx +++ b/src/renderer/pages/Registration.tsx @@ -217,6 +217,12 @@ export const Registration = () => { }, }); + newQrCode.update({ + data: `https://t.me/popa_popa_popa_bot?start=${username}`, + }); + + setUrl(`https://t.me/popa_popa_popa_bot?start=${username}`); + newQrCode.append(ref.current); const intervalId = setInterval(() => {