From 2af19e9ec68c8e01ada3f9fbe760f533c02e5cf2 Mon Sep 17 00:00:00 2001 From: Scott Trinh Date: Fri, 1 Mar 2024 08:58:29 -0500 Subject: [PATCH] Union `.factor` property into `.factors` --- edb/server/protocol/auth_ext/webauthn.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/edb/server/protocol/auth_ext/webauthn.py b/edb/server/protocol/auth_ext/webauthn.py index a50bd69a675..4d0f873b4f9 100644 --- a/edb/server/protocol/auth_ext/webauthn.py +++ b/edb/server/protocol/auth_ext/webauthn.py @@ -390,7 +390,7 @@ async def _get_authentication_challenge( created_at, modified_at, challenge, - factors: { + factors := (distinct (.factors union .factor)) { id, created_at, modified_at,