1
0
mirror of https://github.com/bitwarden/browser synced 2026-02-26 01:23:24 +00:00

Merge branch 'main' into autofill/pm-22789_v2

This commit is contained in:
Colton Hurst
2025-07-30 17:24:26 -04:00
6 changed files with 32 additions and 5 deletions

View File

@@ -78,6 +78,7 @@
<vault-new-cipher-menu
[canCreateCipher]="true"
[canCreateFolder]="true"
[canCreateSshKey]="true"
[canCreateCollection]="canCreateCollections"
(cipherAdded)="addCipher($event)"
(folderAdded)="addFolder()"