From b28f37a157fd12e40a4237d93a4a4bce420285fa Mon Sep 17 00:00:00 2001 From: ArtemDzhereleiko Date: Wed, 19 Nov 2025 18:10:38 +0200 Subject: [PATCH] UI: Optimize import --- .../login/pages/login/force-two-factor-auth-login.component.ts | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/ui-ngx/src/app/modules/login/pages/login/force-two-factor-auth-login.component.ts b/ui-ngx/src/app/modules/login/pages/login/force-two-factor-auth-login.component.ts index 2e3e5a32fe..4cc5f27737 100644 --- a/ui-ngx/src/app/modules/login/pages/login/force-two-factor-auth-login.component.ts +++ b/ui-ngx/src/app/modules/login/pages/login/force-two-factor-auth-login.component.ts @@ -32,14 +32,13 @@ import { TwoFactorAuthProviderType } from '@shared/models/two-factor-auth.models'; import { phoneNumberPattern } from '@shared/models/settings.models'; -import { deepClone, isDefinedAndNotNull, isEqual, unwrapModule } from '@core/utils'; +import { deepClone, isDefinedAndNotNull, unwrapModule } from '@core/utils'; import { MatDialog } from '@angular/material/dialog'; import { DialogService } from '@core/services/dialog.service'; import { getCurrentAuthUser } from '@core/auth/auth.selectors'; import printTemplate from '@home/pages/security/authentication-dialog/backup-code-print-template.raw'; import { ImportExportService } from '@shared/import-export/import-export.service'; import { mergeMap, tap } from 'rxjs/operators'; -import { ActionNotificationShow } from "@core/notification/notification.actions"; enum ForceTwoFAState { SETUP = 'setup',