From 4d4b290cc895699cf76016a9631072484e755fc8 Mon Sep 17 00:00:00 2001 From: Leo Vasanko Date: Thu, 4 Dec 2025 06:01:47 +0000 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 @@