From fa513940c76740a9c3f3c8b3705935d21ad301ef Mon Sep 17 00:00:00 2001 From: Leo Vasanko Date: Sat, 4 Oct 2025 20:59:51 +0000 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 @@