1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-17 00:33:44 +00:00

[PM-21804] Migrate vault loose components (#14850)

* Migrate PremiumBadgeComponen to standalone.
* Remove unused FolderAddEdit (usage has previously been replaced with the v2 dialog)
This commit is contained in:
Oscar Hinton
2025-07-17 12:35:51 +02:00
committed by GitHub
parent 682503e2bd
commit c4888efca7
7 changed files with 11 additions and 185 deletions

View File

@@ -18,14 +18,16 @@ import {
ToastService,
} from "@bitwarden/components";
import { UserVerificationModule } from "../../auth/shared/components/user-verification";
import { SharedModule } from "../../shared";
export interface PurgeVaultDialogData {
organizationId: string;
}
@Component({
selector: "app-purge-vault",
templateUrl: "purge-vault.component.html",
standalone: false,
imports: [SharedModule, UserVerificationModule],
})
export class PurgeVaultComponent {
organizationId: string = null;