mirror of
https://github.com/bitwarden/browser
synced 2025-12-11 05:43:41 +00:00
Co-authored-by: SmithThe4th <gsmith@bitwarden.com>
This commit is contained in:
@@ -239,7 +239,7 @@ export class AutofillOptionsComponent implements OnInit {
|
|||||||
(control) =>
|
(control) =>
|
||||||
Object.assign(new LoginUriView(), {
|
Object.assign(new LoginUriView(), {
|
||||||
uri: control.value.uri,
|
uri: control.value.uri,
|
||||||
matchDetection: control.value.matchDetection ?? null,
|
match: control.value.matchDetection ?? null,
|
||||||
}) as LoginUriView,
|
}) as LoginUriView,
|
||||||
);
|
);
|
||||||
return cipher;
|
return cipher;
|
||||||
|
|||||||
Reference in New Issue
Block a user