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:
@@ -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')));
|
||||
|
||||
Reference in New Issue
Block a user