mirror of
https://github.com/bitwarden/browser
synced 2025-12-17 08:43:33 +00:00
Removing register component changes.
This commit is contained in:
@@ -4,7 +4,7 @@ import { Router } from "@angular/router";
|
||||
|
||||
import { RegisterComponent as BaseRegisterComponent } from "@bitwarden/angular/auth/components/register.component";
|
||||
import { FormValidationErrorsService } from "@bitwarden/angular/platform/abstractions/form-validation-errors.service";
|
||||
import { LoginEmailService, LoginStrategyServiceAbstraction } from "@bitwarden/auth/common";
|
||||
import { LoginStrategyServiceAbstraction } from "@bitwarden/auth/common";
|
||||
import { ApiService } from "@bitwarden/common/abstractions/api.service";
|
||||
import { AuditService } from "@bitwarden/common/abstractions/audit.service";
|
||||
import { CryptoService } from "@bitwarden/common/platform/abstractions/crypto.service";
|
||||
@@ -40,7 +40,6 @@ export class RegisterComponent extends BaseRegisterComponent {
|
||||
auditService: AuditService,
|
||||
dialogService: DialogService,
|
||||
toastService: ToastService,
|
||||
loginEmailService: LoginEmailService,
|
||||
) {
|
||||
super(
|
||||
formValidationErrorService,
|
||||
@@ -58,7 +57,6 @@ export class RegisterComponent extends BaseRegisterComponent {
|
||||
auditService,
|
||||
dialogService,
|
||||
toastService,
|
||||
loginEmailService,
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
import { Component, Input, OnInit, OnDestroy } from "@angular/core";
|
||||
import { Component, Input, OnInit } from "@angular/core";
|
||||
import { UntypedFormBuilder } from "@angular/forms";
|
||||
import { Router } from "@angular/router";
|
||||
|
||||
@@ -27,7 +27,7 @@ import { AcceptOrganizationInviteService } from "../organization-invite/accept-o
|
||||
selector: "app-register-form",
|
||||
templateUrl: "./register-form.component.html",
|
||||
})
|
||||
export class RegisterFormComponent extends BaseRegisterComponent implements OnInit, OnDestroy {
|
||||
export class RegisterFormComponent extends BaseRegisterComponent implements OnInit {
|
||||
@Input() queryParamEmail: string;
|
||||
@Input() queryParamFromOrgInvite: boolean;
|
||||
@Input() enforcedPolicyOptions: MasterPasswordPolicyOptions;
|
||||
|
||||
Reference in New Issue
Block a user