mirror of
https://github.com/bitwarden/browser
synced 2025-12-30 07:03:26 +00:00
Inform send in vault (#876)
* Add first pass info card to Vault view * Make send-info title a link * Make access links open new tab * Separate Vault card message from access message * Add period to card end * Final wording. Change Bitwarden Send links to point to Send tab
This commit is contained in:
@@ -47,6 +47,7 @@
|
||||
</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}}
|
||||
|
||||
Reference in New Issue
Block a user