This commit is contained in:
sdarbinyan
2026-05-25 16:18:43 +04:00
parent cc15d6521d
commit 1d44edf4eb
2 changed files with 552 additions and 1 deletions

View File

@@ -29,7 +29,7 @@ type AuthDialogState = 'loading' | 'ready' | 'checking' | 'expired' | 'error';
})
export class AuthDialogComponent {
private readonly http = inject(HttpClient);
private readonly telegramBot = 'DexarSupport_bot';
private readonly telegramBot = 'myAMLKYCBOT';
private readonly sessionStorageKey = 'fc_session';
private readonly maxPollAttempts = 100;