From 2f5fd2f3d4e7a7c8fc60bf4b8b1d6defe959ac27 Mon Sep 17 00:00:00 2001 From: Artem Kashaev Date: Thu, 28 May 2026 11:33:13 +0500 Subject: [PATCH] Enhance authentication input fields with autocomplete attributes and refactor API registration and login methods for improved response handling --- frontend/src/App.tsx | 4 ++-- frontend/src/api.ts | 10 ++++++---- services/bff/app/main.py | 5 ++++- services/logic/app/main.py | 4 ++-- 4 files changed, 14 insertions(+), 9 deletions(-) diff --git a/frontend/src/App.tsx b/frontend/src/App.tsx index d422688..8110c76 100644 --- a/frontend/src/App.tsx +++ b/frontend/src/App.tsx @@ -116,11 +116,11 @@ function AuthScreen({ onAuth }: { onAuth: (auth: AuthState) => void }) { )} {error &&

{error}

}