1
0
mirror of https://github.com/bitwarden/web synced 2025-12-16 00:03:25 +00:00

Remove send info card from web vault (#1081)

* Remove send info card from web vault

* Remove component from oss.module.ts
This commit is contained in:
Matt Gibson
2021-07-12 17:37:11 -04:00
committed by GitHub
parent 86e6c31820
commit 623e485641
4 changed files with 0 additions and 25 deletions

View File

@@ -167,7 +167,6 @@ import { CiphersComponent } from './vault/ciphers.component';
import { CollectionsComponent } from './vault/collections.component';
import { FolderAddEditComponent } from './vault/folder-add-edit.component';
import { GroupingsComponent } from './vault/groupings.component';
import { SendInfoComponent } from './vault/send-info.component';
import { ShareComponent } from './vault/share.component';
import { VaultComponent } from './vault/vault.component';
@@ -400,7 +399,6 @@ registerLocaleData(localeZhTw, 'zh-TW');
SelectCopyDirective,
SendAddEditComponent,
SendComponent,
SendInfoComponent,
SettingsComponent,
ShareComponent,
SsoComponent,