mirror of
https://github.com/bitwarden/browser
synced 2025-12-12 22:33:35 +00:00
Fix(ExtensionAccountSwitcherComponent): [Auth/PM-11684] Fix missing typography import (#13544)
This commit is contained in:
@@ -15,7 +15,7 @@
|
|||||||
|
|
||||||
<ng-container *ngIf="enableAccountSwitching">
|
<ng-container *ngIf="enableAccountSwitching">
|
||||||
<bit-section-header *ngIf="isFirst">
|
<bit-section-header *ngIf="isFirst">
|
||||||
<h2 bitTypography="h6" class="tw-font-semibold">{{ "availableAccounts" | i18n }}</h2>
|
<h2 bitTypography="h6">{{ "availableAccounts" | i18n }}</h2>
|
||||||
</bit-section-header>
|
</bit-section-header>
|
||||||
|
|
||||||
<div *ngIf="!availableAccount.isActive">
|
<div *ngIf="!availableAccount.isActive">
|
||||||
|
|||||||
@@ -21,6 +21,7 @@ import {
|
|||||||
ItemModule,
|
ItemModule,
|
||||||
SectionComponent,
|
SectionComponent,
|
||||||
SectionHeaderComponent,
|
SectionHeaderComponent,
|
||||||
|
TypographyModule,
|
||||||
} from "@bitwarden/components";
|
} from "@bitwarden/components";
|
||||||
|
|
||||||
import { enableAccountSwitching } from "../../../platform/flags";
|
import { enableAccountSwitching } from "../../../platform/flags";
|
||||||
@@ -48,6 +49,7 @@ import { AccountSwitcherService } from "./services/account-switcher.service";
|
|||||||
AccountComponent,
|
AccountComponent,
|
||||||
SectionComponent,
|
SectionComponent,
|
||||||
SectionHeaderComponent,
|
SectionHeaderComponent,
|
||||||
|
TypographyModule,
|
||||||
],
|
],
|
||||||
})
|
})
|
||||||
export class AccountSwitcherComponent implements OnInit, OnDestroy {
|
export class AccountSwitcherComponent implements OnInit, OnDestroy {
|
||||||
|
|||||||
Reference in New Issue
Block a user