From 389e05730b4a895e963b526a99abc1788ff8386f Mon Sep 17 00:00:00 2001 From: Leo Vasanko Date: Sat, 4 Oct 2025 08:59:51 -0600 Subject: [PATCH] Refactor user editing endpoints (only auth site) under api/user/ while leaving host-based endpoints at api root. --- frontend/src/components/DeviceLinkView.vue | 2 +- frontend/src/components/ProfileView.vue | 4 ++-- frontend/src/stores/auth.js | 6 +++--- passkey/fastapi/api.py | 8 ++++---- 4 files changed, 10 insertions(+), 10 deletions(-) diff --git a/frontend/src/components/DeviceLinkView.vue b/frontend/src/components/DeviceLinkView.vue index 81c70b4..b9594b3 100644 --- a/frontend/src/components/DeviceLinkView.vue +++ b/frontend/src/components/DeviceLinkView.vue @@ -7,7 +7,7 @@ @@ -68,7 +68,7 @@