fix: qrcode

This commit is contained in:
2025-07-21 17:11:54 +05:00
parent 3b13d78cdc
commit aae4261b53

View File

@ -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(() => {