mirror of
https://github.com/bitwarden/browser
synced 2025-12-20 18:23:31 +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:
@@ -63,6 +63,7 @@
|
||||
(editSecretEvent)="openEditSecret($event)"
|
||||
(copySecretNameEvent)="copySecretName($event)"
|
||||
(copySecretValueEvent)="copySecretValue($event)"
|
||||
(copySecretUuidEvent)="copySecretUuid($event)"
|
||||
[secrets]="view.latestSecrets"
|
||||
></sm-secrets-list>
|
||||
<div *ngIf="view.allSecrets.length > 0" class="tw-ml-auto tw-mt-4 tw-max-w-max">
|
||||
|
||||
Reference in New Issue
Block a user