From f26ac8f33bb12f65859b902bb4fbc13da657d22e Mon Sep 17 00:00:00 2001 From: Leo Vasanko Date: Wed, 18 Feb 2026 19:04:02 +0000 Subject: [PATCH] Simplified My Profile authentication flows, fixed some UX issues with reauth cancelled/accepted leading to incorrect states. --- frontend/auth/App.vue | 91 ++++--------------- .../src/components/RegistrationLinkModal.vue | 6 +- frontend/src/utils/api.js | 32 ------- paskia-js/src/index.ts | 2 - paskia/fastapi/api.py | 7 +- 5 files changed, 29 insertions(+), 109 deletions(-) delete mode 100644 frontend/src/utils/api.js diff --git a/frontend/auth/App.vue b/frontend/auth/App.vue index ed0591d..1ebb732 100644 --- a/frontend/auth/App.vue +++ b/frontend/auth/App.vue @@ -13,8 +13,7 @@ diff --git a/frontend/src/components/RegistrationLinkModal.vue b/frontend/src/components/RegistrationLinkModal.vue index d4a5fbe..adb0ec8 100644 --- a/frontend/src/components/RegistrationLinkModal.vue +++ b/frontend/src/components/RegistrationLinkModal.vue @@ -37,7 +37,7 @@