fix: qrcode
This commit is contained in:
@ -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);
|
newQrCode.append(ref.current);
|
||||||
|
|
||||||
const intervalId = setInterval(() => {
|
const intervalId = setInterval(() => {
|
||||||
|
Reference in New Issue
Block a user