removed parasite

This commit is contained in:
sdarbinyan
2026-06-19 01:57:27 +04:00
parent 3e79304e5c
commit 688c225911
4 changed files with 5 additions and 3 deletions

View File

@@ -27,6 +27,7 @@ export class TelegramLoginComponent implements OnDestroy {
private pollTimer?: ReturnType<typeof setInterval>;
constructor() {
console.log('TelegramLoginComponent initialized');
effect(() => {
if (this.showDialog()) {
this.initQrLogin();