mirror of
https://github.com/bitwarden/browser
synced 2026-02-09 13:10:17 +00:00
[PM-19814] Fix merge conflict and update text based on product owner’s request
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
<div [formGroup]="formGroup">
|
||||
<bit-form-field>
|
||||
<bit-label>Phishing url</bit-label>
|
||||
<bit-label>Phishing website</bit-label>
|
||||
<input bitInput type="text" formControlName="phishingHost" />
|
||||
</bit-form-field>
|
||||
|
||||
<a (click)="closeTab()" bitButton block buttonType="primary"> Exit page </a>
|
||||
<a (click)="closeTab()" bitButton block buttonType="primary">Close tab</a>
|
||||
</div>
|
||||
|
||||
@@ -55,7 +55,6 @@ import {
|
||||
ExtensionAnonLayoutWrapperComponent,
|
||||
ExtensionAnonLayoutWrapperData,
|
||||
} from "../auth/popup/extension-anon-layout-wrapper/extension-anon-layout-wrapper.component";
|
||||
import { RemovePasswordComponent } from "../auth/popup/remove-password.component";
|
||||
import { SetPasswordComponent } from "../auth/popup/set-password.component";
|
||||
import { AccountSecurityComponent } from "../auth/popup/settings/account-security.component";
|
||||
import { UpdateTempPasswordComponent } from "../auth/popup/update-temp-password.component";
|
||||
@@ -65,6 +64,7 @@ import { BlockedDomainsComponent } from "../autofill/popup/settings/blocked-doma
|
||||
import { ExcludedDomainsComponent } from "../autofill/popup/settings/excluded-domains.component";
|
||||
import { NotificationsSettingsComponent } from "../autofill/popup/settings/notifications.component";
|
||||
import { PremiumV2Component } from "../billing/popup/settings/premium-v2.component";
|
||||
import { RemovePasswordComponent } from "../key-management/key-connector/remove-password.component";
|
||||
import { PhishingLandingIcon } from "../phishing-detection/images/phishing-landing-icon";
|
||||
import { LearnMoreComponent } from "../phishing-detection/pages/learn-more-component";
|
||||
import { PhishingWarning } from "../phishing-detection/pages/phishing-warning";
|
||||
|
||||
Reference in New Issue
Block a user