diff --git a/libs/vault/src/cipher-form/components/autofill-options/autofill-options.component.ts b/libs/vault/src/cipher-form/components/autofill-options/autofill-options.component.ts index 5b1e4eca103..ac670a39335 100644 --- a/libs/vault/src/cipher-form/components/autofill-options/autofill-options.component.ts +++ b/libs/vault/src/cipher-form/components/autofill-options/autofill-options.component.ts @@ -239,7 +239,7 @@ export class AutofillOptionsComponent implements OnInit { (control) => Object.assign(new LoginUriView(), { uri: control.value.uri, - matchDetection: control.value.matchDetection ?? null, + match: control.value.matchDetection ?? null, }) as LoginUriView, ); return cipher;