mirror of
https://github.com/bitwarden/browser
synced 2025-12-13 06:43:35 +00:00
@@ -27,7 +27,6 @@ import { ButtonModule, I18nMockService } from "@bitwarden/components";
|
|||||||
|
|
||||||
import { RegistrationCheckEmailIcon } from "../../../../../../libs/auth/src/angular/icons/registration-check-email.icon";
|
import { RegistrationCheckEmailIcon } from "../../../../../../libs/auth/src/angular/icons/registration-check-email.icon";
|
||||||
import { PopupRouterCacheService } from "../../../platform/popup/view-cache/popup-router-cache.service";
|
import { PopupRouterCacheService } from "../../../platform/popup/view-cache/popup-router-cache.service";
|
||||||
import { AccountSwitcherService } from "../account-switching/services/account-switcher.service";
|
|
||||||
|
|
||||||
import { ExtensionAnonLayoutWrapperDataService } from "./extension-anon-layout-wrapper-data.service";
|
import { ExtensionAnonLayoutWrapperDataService } from "./extension-anon-layout-wrapper-data.service";
|
||||||
import {
|
import {
|
||||||
@@ -84,13 +83,6 @@ const decorators = (options: {
|
|||||||
}),
|
}),
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
{
|
|
||||||
provide: AccountSwitcherService,
|
|
||||||
useValue: {
|
|
||||||
availableAccounts$: of([]),
|
|
||||||
SPECIAL_ADD_ACCOUNT_ID: "addAccount",
|
|
||||||
} as Partial<AccountSwitcherService>,
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
provide: AuthService,
|
provide: AuthService,
|
||||||
useValue: {
|
useValue: {
|
||||||
|
|||||||
Reference in New Issue
Block a user