mirror of
https://github.com/bitwarden/browser
synced 2025-12-10 21:33:27 +00:00
[SM-520] add secret copy actions (#4887)
This commit is contained in:
@@ -9,6 +9,8 @@
|
||||
(deleteSecretsEvent)="openDeleteSecret($event)"
|
||||
(newSecretEvent)="openNewSecretDialog()"
|
||||
(editSecretEvent)="openEditSecret($event)"
|
||||
(copySecretNameEvent)="copySecretName($event)"
|
||||
(copySecretValueEvent)="copySecretValue($event)"
|
||||
[secrets]="secrets"
|
||||
></sm-secrets-list>
|
||||
</ng-container>
|
||||
|
||||
Reference in New Issue
Block a user