1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-10 21:33:27 +00:00

Adding UUID under the secret name on secrets list (#5773)

* adding UUID under the secret name on secrets list

* thomas' suggested changes

* Adding small attribute to bitbutton

* Copying a secret will work on all pages now that show secrets
This commit is contained in:
cd-bitwarden
2023-08-04 16:18:17 -04:00
committed by GitHub
parent b7fbab84f5
commit c0810c96cc
9 changed files with 59 additions and 3 deletions

View File

@@ -16,6 +16,7 @@
(editSecretEvent)="openEditSecret($event)"
(copySecretNameEvent)="copySecretName($event)"
(copySecretValueEvent)="copySecretValue($event)"
(copySecretUuidEvent)="copySecretUuid($event)"
[secrets]="projectSecrets.secrets"
></sm-secrets-list>
</ng-container>