1
0
mirror of https://github.com/bitwarden/web synced 2026-02-03 18:23:23 +00:00
Files
web/src/app/vault/send-info.component.ts
Matt Gibson e4df202d48 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

(cherry picked from commit 79ffafcc17)
2021-03-08 15:22:40 -06:00

8 lines
171 B
TypeScript

import { Component } from '@angular/core';
@Component({
selector: 'app-send-info',
templateUrl: 'send-info.component.html',
})
export class SendInfoComponent { }