1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-17 00:33:44 +00:00

Merge branch 'master' of https://github.com/bitwarden/desktop into master

This commit is contained in:
Chad Scharf
2021-05-12 16:53:19 -04:00
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')));

View File

@@ -15,9 +15,9 @@
"@nodert-win10-rs4/windows.security.credentials.ui": "^0.4.4",
"big-integer": "1.6.48",
"browser-hrtime": "^1.1.8",
"electron-log": "4.3.4",
"electron-log": "4.3.5",
"electron-store": "8.0.0",
"electron-updater": "4.3.8",
"electron-updater": "4.3.9",
"forcefocus": "^1.1.0",
"keytar": "7.6.0",
"node-ipc": "^9.1.4",