cleaned up
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user