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