From afbd9606db326bc9f26286dd7e00d8f3e58d2e5a Mon Sep 17 00:00:00 2001 From: Leo Vasanko Date: Wed, 3 Dec 2025 18:01:47 -0600 Subject: [PATCH] Revert earlier change to iframe srcdoc, using src instead, because srcdoc was not compatible with all passkey implementations (BitWarden). --- frontend/auth/App.vue | 9 ++--- frontend/auth/admin/AdminApp.vue | 7 ++-- frontend/auth/restricted/RestrictedApi.vue | 10 +++--- frontend/src/utils/api.js | 42 +++++++++++----------- frontend/src/utils/passkey.js | 4 +-- passkey/fastapi/authz.py | 13 +++---- passkey/fastapi/ws.py | 4 +-- passkey/sansio.py | 2 +- 8 files changed, 47 insertions(+), 44 deletions(-) diff --git a/frontend/auth/App.vue b/frontend/auth/App.vue index bacb679..0c0a22b 100644 --- a/frontend/auth/App.vue +++ b/frontend/auth/App.vue @@ -12,7 +12,7 @@