mirror of
https://github.com/bitwarden/browser
synced 2026-02-27 10:03:23 +00:00
Merge remote-tracking branch 'origin' into auth/pm-18720/change-password-component-non-dialog-v3
This commit is contained in:
@@ -68,7 +68,6 @@ export enum SubscriptionProduct {
|
||||
selector: "app-trial-billing-step",
|
||||
templateUrl: "trial-billing-step.component.html",
|
||||
imports: [BillingSharedModule],
|
||||
standalone: true,
|
||||
})
|
||||
export class TrialBillingStepComponent implements OnInit, OnDestroy {
|
||||
@ViewChild(PaymentComponent) paymentComponent: PaymentComponent;
|
||||
|
||||
@@ -38,7 +38,6 @@ interface AddSponsorshipDialogParams {
|
||||
|
||||
@Component({
|
||||
templateUrl: "add-sponsorship-dialog.component.html",
|
||||
standalone: true,
|
||||
imports: [
|
||||
JslibModule,
|
||||
ButtonModule,
|
||||
|
||||
@@ -109,7 +109,6 @@ interface OnSuccessArgs {
|
||||
|
||||
@Component({
|
||||
templateUrl: "./change-plan-dialog.component.html",
|
||||
standalone: true,
|
||||
imports: [BillingSharedModule],
|
||||
})
|
||||
export class ChangePlanDialogComponent implements OnInit, OnDestroy {
|
||||
|
||||
@@ -77,7 +77,6 @@ const Allowed2020PlansForLegacyProviders = [
|
||||
@Component({
|
||||
selector: "app-organization-plans",
|
||||
templateUrl: "organization-plans.component.html",
|
||||
standalone: true,
|
||||
imports: [BillingSharedModule, OrganizationCreateModule],
|
||||
})
|
||||
export class OrganizationPlansComponent implements OnInit, OnDestroy {
|
||||
|
||||
@@ -10,7 +10,6 @@ import { BillingSharedModule } from "./billing-shared.module";
|
||||
@Component({
|
||||
selector: "billing-free-families-nav-item",
|
||||
templateUrl: "./billing-free-families-nav-item.component.html",
|
||||
standalone: true,
|
||||
imports: [NavigationModule, BillingSharedModule],
|
||||
})
|
||||
export class BillingFreeFamiliesNavItemComponent {
|
||||
|
||||
@@ -14,7 +14,6 @@ import { SharedModule } from "../../../shared";
|
||||
@Component({
|
||||
selector: "app-payment-label",
|
||||
templateUrl: "./payment-label.component.html",
|
||||
standalone: true,
|
||||
imports: [FormFieldModule, SharedModule],
|
||||
})
|
||||
export class PaymentLabelComponent {
|
||||
|
||||
@@ -22,7 +22,6 @@ import { PaymentLabelComponent } from "./payment-label.component";
|
||||
@Component({
|
||||
selector: "app-payment",
|
||||
templateUrl: "./payment.component.html",
|
||||
standalone: true,
|
||||
imports: [BillingServicesModule, SharedModule, PaymentLabelComponent],
|
||||
})
|
||||
export class PaymentComponent implements OnInit, OnDestroy {
|
||||
|
||||
@@ -21,7 +21,6 @@ import { SharedModule } from "../../shared";
|
||||
@Component({
|
||||
selector: "app-tax-info",
|
||||
templateUrl: "tax-info.component.html",
|
||||
standalone: true,
|
||||
imports: [SharedModule],
|
||||
})
|
||||
export class TaxInfoComponent implements OnInit, OnDestroy {
|
||||
|
||||
@@ -10,7 +10,6 @@ import { SharedModule } from "../../../shared";
|
||||
@Component({
|
||||
selector: "app-verify-bank-account",
|
||||
templateUrl: "./verify-bank-account.component.html",
|
||||
standalone: true,
|
||||
imports: [SharedModule],
|
||||
})
|
||||
export class VerifyBankAccountComponent {
|
||||
|
||||
@@ -37,7 +37,6 @@ import {
|
||||
</bit-banner>
|
||||
}
|
||||
`,
|
||||
standalone: true,
|
||||
imports: [AnchorLinkDirective, AsyncPipe, BannerComponent, I18nPipe],
|
||||
})
|
||||
export class FreeTrialWarningComponent implements OnInit {
|
||||
|
||||
@@ -27,7 +27,6 @@ import {
|
||||
</bit-banner>
|
||||
}
|
||||
`,
|
||||
standalone: true,
|
||||
imports: [AsyncPipe, BannerComponent],
|
||||
})
|
||||
export class ResellerRenewalWarningComponent implements OnInit {
|
||||
|
||||
@@ -19,7 +19,6 @@ import { UserKeyRotationService } from "../key-rotation/user-key-rotation.servic
|
||||
// The master key was originally used to encrypt user data, before the user key was introduced.
|
||||
// This component is used to migrate from the old encryption scheme to the new one.
|
||||
@Component({
|
||||
standalone: true,
|
||||
imports: [SharedModule, UserKeyRotationModule],
|
||||
templateUrl: "migrate-legacy-encryption.component.html",
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user