This commit is contained in:
sdarbinyan
2026-06-19 15:01:54 +04:00
parent 1decc08f77
commit 7a06843bf5
5 changed files with 5 additions and 17 deletions

View File

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