cleaned up

This commit is contained in:
sdarbinyan
2026-06-21 23:42:39 +04:00
parent 3b802b7c7b
commit 4fb918f5e4
25 changed files with 415 additions and 550 deletions

View File

@@ -23,7 +23,6 @@ export class TelegramLoginComponent implements OnDestroy {
private readonly pollIntervalMs = 5000;
private pollTimer?: ReturnType<typeof setInterval>;
private telegramFallbackTimer?: ReturnType<typeof setTimeout>;
private readonly handleVisibilityChange = () => {
if (typeof document !== 'undefined' && document.visibilityState === 'visible') {
this.checkLoginAfterReturn();