1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-06 00:13:28 +00:00

Autofill - Prefer signal & change detection (#16942)

This commit is contained in:
Oscar Hinton
2025-10-21 15:48:31 +02:00
committed by GitHub
parent d19e1efb77
commit 532546ea7d
2 changed files with 4 additions and 0 deletions

View File

@@ -9,6 +9,8 @@ import {
} from "../../autofill/services/desktop-fido2-user-interface.service";
import { DesktopSettingsService } from "../../platform/services/desktop-settings.service";
// FIXME(https://bitwarden.atlassian.net/browse/CL-764): Migrate to OnPush
// eslint-disable-next-line @angular-eslint/prefer-on-push-component-change-detection
@Component({
standalone: true,
imports: [CommonModule],

View File

@@ -22,6 +22,8 @@ import {
IconButtonModule,
} from "@bitwarden/components";
// FIXME(https://bitwarden.atlassian.net/browse/CL-764): Migrate to OnPush
// eslint-disable-next-line @angular-eslint/prefer-on-push-component-change-detection
@Component({
templateUrl: "autotype-shortcut.component.html",
imports: [