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

Fix-Reordering URIs in an item loses match detection for all URIs #14188. (#14315)

Co-authored-by: SmithThe4th <gsmith@bitwarden.com>
This commit is contained in:
ronymc
2025-05-02 16:03:14 +02:00
committed by GitHub
parent 8fbb46a360
commit d9fee1d1ad

View File

@@ -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;