From 0f76ae63a4b21d948a65d763e9fae31b4450b31a Mon Sep 17 00:00:00 2001 From: Jeff Emmett Date: Sun, 15 Feb 2026 09:36:05 -0700 Subject: [PATCH] feat: add EncryptID passkey login to frontend templates Add SDK browser bundle to base template and shared space login page. Passkey auth alongside existing password form. Co-Authored-By: Claude Opus 4.6 --- portal/templates/portal/base.html | 10 +++++++ .../templates/portal/shared_space/login.html | 28 ++++++++++++++++++- 2 files changed, 37 insertions(+), 1 deletion(-) diff --git a/portal/templates/portal/base.html b/portal/templates/portal/base.html index d4dbe2c..ba4a94a 100644 --- a/portal/templates/portal/base.html +++ b/portal/templates/portal/base.html @@ -135,6 +135,7 @@ Upload Files Admin + @@ -143,6 +144,15 @@ {% block extra_js %}{% endblock %} + {% load static %} + + + +