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:
parent
86e6c31820
commit
623e485641
|
@ -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,
|
||||
|
|
|
@ -1,15 +0,0 @@
|
|||
<div class="card border-primary">
|
||||
<div class="card-header bg-primary text-white">
|
||||
<i class="fa fa-paper-plane-o fa-fw" aria-hidden="true"></i>
|
||||
<a class="text-white" href="/#/sends">Bitwarden Send</a>
|
||||
</div>
|
||||
<div class="card-body">
|
||||
{{'sendVaultCardProductDesc' | i18n}}
|
||||
<a href="https://www.bitwarden.com/products/send?source=web-vault" target="_blank">{{'sendVaultCardLearnMore' |
|
||||
i18n}}</a>,
|
||||
{{'sendVaultCardSee' | i18n}}
|
||||
<a href="https://www.youtube.com/watch?v=AFtPP9bcuYM" target="_blank">{{'sendVaultCardHowItWorks' | i18n}}</a>,
|
||||
{{'sendVaultCardOr' | i18n}}
|
||||
<a href="/#/sends">{{'sendVaultCardTryItNow' | i18n}}</a>.
|
||||
</div>
|
||||
</div>
|
|
@ -1,7 +0,0 @@
|
|||
import { Component } from '@angular/core';
|
||||
|
||||
@Component({
|
||||
selector: 'app-send-info',
|
||||
templateUrl: 'send-info.component.html',
|
||||
})
|
||||
export class SendInfoComponent { }
|
|
@ -50,7 +50,6 @@
|
|||
</div>
|
||||
</div>
|
||||
<app-verify-email *ngIf="showVerifyEmail" class="d-block mb-4"></app-verify-email>
|
||||
<app-send-info class="d-block mb-4"></app-send-info>
|
||||
<div class="card border-warning mb-4" *ngIf="showBrowserOutdated">
|
||||
<div class="card-header bg-warning text-white">
|
||||
<i class="fa fa-warning fa-fw" aria-hidden="true"></i> {{'updateBrowser' | i18n}}
|
||||
|
|
Loading…
Reference in New Issue