From 4308c592743822c41e387c052ae58c372e2e2526 Mon Sep 17 00:00:00 2001 From: Hanzo_dev <2002samudiojohan@gmail.com> Date: Sun, 1 Mar 2026 15:00:40 -0500 Subject: [PATCH] Emergency fix for auth rendering: added SW unregister, diagnostic borders, and forced visibility styles --- frontend/index.html | 7 +++++++ frontend/src/components/auth/LoginForm.vue | 4 +++- frontend/src/components/auth/RegisterForm.vue | 4 +++- frontend/src/views/AuthView.vue | 13 +++++++++---- 4 files changed, 22 insertions(+), 6 deletions(-) diff --git a/frontend/index.html b/frontend/index.html index 21f261e..6a0fa68 100644 --- a/frontend/index.html +++ b/frontend/index.html @@ -17,6 +17,13 @@ +
diff --git a/frontend/src/components/auth/LoginForm.vue b/frontend/src/components/auth/LoginForm.vue index fdabf17..9d43d9e 100644 --- a/frontend/src/components/auth/LoginForm.vue +++ b/frontend/src/components/auth/LoginForm.vue @@ -49,7 +49,9 @@ const navigateByUserRole = (role: string) => {