mirror of
https://github.com/bitwarden/browser
synced 2026-02-11 05:53:42 +00:00
refactor(email-verification-feature-flag): [PM-7882] Email Verification - Removed unnessesary function.
This commit is contained in:
@@ -122,7 +122,7 @@
|
||||
<hr />
|
||||
|
||||
<div class="tw-m-0 tw-text-sm">
|
||||
<p class="tw-mb-1">{{ "loggingInAs" | i18n }} {{ loggedEmail }}</p>
|
||||
<p class="tw-mb-1">{{ "loggingInAs" | i18n }} {{ this.formGroup.controls.email.value }}</p>
|
||||
<a bitLink [routerLink]="[]" (click)="toggleValidateEmail(false)">{{ "notYou" | i18n }}</a>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
@@ -46,13 +46,6 @@ export class LoginComponentV1 extends BaseLoginComponent implements OnInit {
|
||||
enforcedPasswordPolicyOptions: MasterPasswordPolicyOptions;
|
||||
policies: Policy[];
|
||||
|
||||
/**
|
||||
* Used in template.
|
||||
*/
|
||||
get loggedEmail(): string {
|
||||
return this.formGroup.controls.email.value;
|
||||
}
|
||||
|
||||
constructor(
|
||||
private acceptOrganizationInviteService: AcceptOrganizationInviteService,
|
||||
devicesApiService: DevicesApiServiceAbstraction,
|
||||
|
||||
Reference in New Issue
Block a user