From 18eed4654fc79b16c0c0118272b00ece9ce9d609 Mon Sep 17 00:00:00 2001 From: Leo Vasanko Date: Wed, 3 Dec 2025 22:00:47 -0600 Subject: [PATCH] Integrate host app to main app (WIP). --- frontend/auth/App.vue | 40 +++++++++++++++++++++++++++++++++++--- passkey/fastapi/mainapp.py | 7 +------ 2 files changed, 38 insertions(+), 9 deletions(-) diff --git a/frontend/auth/App.vue b/frontend/auth/App.vue index 0c0a22b..7822e23 100644 --- a/frontend/auth/App.vue +++ b/frontend/auth/App.vue @@ -2,7 +2,8 @@
- + +
@@ -10,11 +11,12 @@