mirror of
https://github.com/bitwarden/browser
synced 2025-12-21 02:33:46 +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:
@@ -290,6 +290,10 @@ export class OverviewComponent implements OnInit, OnDestroy {
|
||||
);
|
||||
}
|
||||
|
||||
copySecretUuid(id: string) {
|
||||
SecretsListComponent.copySecretUuid(id, this.platformUtilsService, this.i18nService);
|
||||
}
|
||||
|
||||
protected hideOnboarding() {
|
||||
this.showOnboarding = false;
|
||||
this.saveCompletedTasks(this.organizationId, {
|
||||
|
||||
Reference in New Issue
Block a user