bots id
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user