mirror of
https://github.com/bitwarden/web
synced 2025-12-17 16:53:14 +00:00
[Provider] Add support for managing providers (#1014)
This commit is contained in:
@@ -171,6 +171,8 @@ import { GroupingsComponent } from './vault/groupings.component';
|
||||
import { ShareComponent } from './vault/share.component';
|
||||
import { VaultComponent } from './vault/vault.component';
|
||||
|
||||
import { ProvidersComponent } from './providers/providers.component';
|
||||
|
||||
import { CalloutComponent } from 'jslib-angular/components/callout.component';
|
||||
import { IconComponent } from 'jslib-angular/components/icon.component';
|
||||
|
||||
@@ -433,6 +435,22 @@ registerLocaleData(localeZhTw, 'zh-TW');
|
||||
VerifyEmailTokenComponent,
|
||||
VerifyRecoverDeleteComponent,
|
||||
WeakPasswordsReportComponent,
|
||||
ProvidersComponent,
|
||||
],
|
||||
exports: [
|
||||
A11yTitleDirective,
|
||||
AvatarComponent,
|
||||
CalloutComponent,
|
||||
ApiActionDirective,
|
||||
StopClickDirective,
|
||||
StopPropDirective,
|
||||
I18nPipe,
|
||||
SearchPipe,
|
||||
UserNamePipe,
|
||||
ModalComponent,
|
||||
NavbarComponent,
|
||||
FooterComponent,
|
||||
OrganizationPlansComponent,
|
||||
],
|
||||
providers: [DatePipe, SearchPipe, UserNamePipe],
|
||||
bootstrap: [],
|
||||
|
||||
Reference in New Issue
Block a user