mirror of
https://github.com/bitwarden/browser
synced 2025-12-11 05:43:41 +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">
|
||||
<bit-section-header *ngIf="isFirst">
|
||||
<h2 bitTypography="h6" class="tw-font-semibold">{{ "availableAccounts" | i18n }}</h2>
|
||||
<h2 bitTypography="h6">{{ "availableAccounts" | i18n }}</h2>
|
||||
</bit-section-header>
|
||||
|
||||
<div *ngIf="!availableAccount.isActive">
|
||||
|
||||
@@ -21,6 +21,7 @@ import {
|
||||
ItemModule,
|
||||
SectionComponent,
|
||||
SectionHeaderComponent,
|
||||
TypographyModule,
|
||||
} from "@bitwarden/components";
|
||||
|
||||
import { enableAccountSwitching } from "../../../platform/flags";
|
||||
@@ -48,6 +49,7 @@ import { AccountSwitcherService } from "./services/account-switcher.service";
|
||||
AccountComponent,
|
||||
SectionComponent,
|
||||
SectionHeaderComponent,
|
||||
TypographyModule,
|
||||
],
|
||||
})
|
||||
export class AccountSwitcherComponent implements OnInit, OnDestroy {
|
||||
|
||||
Reference in New Issue
Block a user