From b9c33825648d20f4b38c4dd61f42ac3c7816f6e3817fa6d53dd371ade6342990 Mon Sep 17 00:00:00 2001 From: Claude Dev Date: Sat, 14 Mar 2026 17:01:17 -0400 Subject: [PATCH] Replace AppTextField with VTextField in auth pages (#4) Remove AppTextField wrapper imports from all 6 auth pages (Login, Register, ForgotPassword, ResetPassword, ConfirmPassword, TwoFactorChallenge) and use VTextField directly, relying on Vuetify defaults for variant/density/color. Co-Authored-By: Claude Sonnet 4.6 --- .../ts/Pages/Auth/ConfirmPassword.vue | 3 +- .../ts/Pages/Auth/ForgotPassword.vue | 3 +- website/resources/ts/Pages/Auth/Login.vue | 30 ++++++++++++--- website/resources/ts/Pages/Auth/Register.vue | 37 ++++++++++++++++--- .../resources/ts/Pages/Auth/ResetPassword.vue | 7 ++-- .../ts/Pages/Auth/TwoFactorChallenge.vue | 5 +-- 6 files changed, 62 insertions(+), 23 deletions(-) diff --git a/website/resources/ts/Pages/Auth/ConfirmPassword.vue b/website/resources/ts/Pages/Auth/ConfirmPassword.vue index 00a25fa..98905e7 100644 --- a/website/resources/ts/Pages/Auth/ConfirmPassword.vue +++ b/website/resources/ts/Pages/Auth/ConfirmPassword.vue @@ -1,7 +1,6 @@