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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user