mirror of
https://github.com/bitwarden/browser
synced 2025-01-19 07:50:08 +01:00
fix old auth imports
This commit is contained in:
parent
9317e03f66
commit
8ae93319eb
@ -1,7 +1,7 @@
|
||||
import { Component } from "@angular/core";
|
||||
import { NG_VALIDATORS, NG_VALUE_ACCESSOR } from "@angular/forms";
|
||||
|
||||
import { VaultTimeoutInputComponent as VaultTimeoutInputComponentBase } from "@bitwarden/auth/angular";
|
||||
import { VaultTimeoutInputComponent as VaultTimeoutInputComponentBase } from "@bitwarden/key-management/angular";
|
||||
|
||||
@Component({
|
||||
selector: "app-vault-timeout-input",
|
||||
|
@ -3,9 +3,9 @@ import { NgModule } from "@angular/core";
|
||||
import {
|
||||
PasswordCalloutComponent,
|
||||
UserVerificationFormInputComponent,
|
||||
VaultTimeoutInputComponent,
|
||||
} from "@bitwarden/auth/angular";
|
||||
import { LayoutComponent, NavigationModule } from "@bitwarden/components";
|
||||
import { VaultTimeoutInputComponent } from "@bitwarden/key-management/angular";
|
||||
|
||||
import { OrganizationLayoutComponent } from "../admin-console/organizations/layouts/organization-layout.component";
|
||||
import { EventsComponent as OrgEventsComponent } from "../admin-console/organizations/manage/events.component";
|
||||
|
Loading…
Reference in New Issue
Block a user