1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-12 14:23:32 +00:00

Bump node to 14 (#869)

* Bump node to 14

* Bump some dependencies

* Bump jslib

* Ensure compatability with latest jslib

* Change node engine to ~14.
This commit is contained in:
Oscar Hinton
2021-05-12 22:38:02 +02:00
committed by GitHub
parent 7d53ff788f
commit 8f7ab9f8db
7 changed files with 532 additions and 523 deletions

View File

@@ -38,7 +38,7 @@ export class AddEditComponent extends BaseAddEditComponent {
this.onCancelled.emit(this.send);
}
copyLinkToClipboard(link: string) {
async copyLinkToClipboard(link: string) {
super.copyLinkToClipboard(link);
this.platformUtilsService.showToast('success', null,
this.i18nService.t('valueCopied', this.i18nService.t('sendLink')));