From 79d9cb3ceaefbbd93543c1f3ac728dcabd314d7c Mon Sep 17 00:00:00 2001
From: iamsivin
Date: Fri, 7 Nov 2025 21:56:59 +0530
Subject: [PATCH] chore: Move auth components to Composition API
---
app/javascript/v3/App.vue | 79 ++--
.../v3/views/auth/confirmation/Index.vue | 44 +--
.../v3/views/auth/password/Edit.vue | 140 +++----
.../v3/views/auth/reset/password/Index.vue | 102 +++--
app/javascript/v3/views/auth/signup/Index.vue | 50 +--
.../auth/signup/components/Signup/Form.vue | 2 +-
.../signup/components/Testimonials/Index.vue | 42 +-
.../Testimonials/TestimonialCard.vue | 38 +-
app/javascript/v3/views/login/Index.vue | 365 +++++++++---------
app/javascript/v3/views/login/Saml.vue | 4 +-
10 files changed, 403 insertions(+), 463 deletions(-)
diff --git a/app/javascript/v3/App.vue b/app/javascript/v3/App.vue
index ae244aa37..e0a142be6 100644
--- a/app/javascript/v3/App.vue
+++ b/app/javascript/v3/App.vue
@@ -1,46 +1,47 @@
-
diff --git a/app/javascript/v3/views/auth/confirmation/Index.vue b/app/javascript/v3/views/auth/confirmation/Index.vue
index 1c617e79e..e62d8d471 100644
--- a/app/javascript/v3/views/auth/confirmation/Index.vue
+++ b/app/javascript/v3/views/auth/confirmation/Index.vue
@@ -1,32 +1,30 @@
-
diff --git a/app/javascript/v3/views/auth/password/Edit.vue b/app/javascript/v3/views/auth/password/Edit.vue
index af40f8c2f..b789e65b8 100644
--- a/app/javascript/v3/views/auth/password/Edit.vue
+++ b/app/javascript/v3/views/auth/password/Edit.vue
@@ -1,88 +1,72 @@
-
@@ -100,7 +84,7 @@ export default {
-
-
diff --git a/app/javascript/v3/views/auth/reset/password/Index.vue b/app/javascript/v3/views/auth/reset/password/Index.vue
index e8c4c76bc..03288f406 100644
--- a/app/javascript/v3/views/auth/reset/password/Index.vue
+++ b/app/javascript/v3/views/auth/reset/password/Index.vue
@@ -1,64 +1,54 @@
-
@@ -81,7 +71,7 @@ export default {
{{ replaceInstallationName($t('RESET_PASSWORD.DESCRIPTION')) }}
-
diff --git a/app/javascript/v3/views/auth/signup/Index.vue b/app/javascript/v3/views/auth/signup/Index.vue
index f4678525e..68bd5f7b8 100644
--- a/app/javascript/v3/views/auth/signup/Index.vue
+++ b/app/javascript/v3/views/auth/signup/Index.vue
@@ -1,38 +1,28 @@
-
@@ -62,7 +52,7 @@ export default {
-
{{ $t('REGISTER.HAVE_AN_ACCOUNT') }}
+
{{ $t('REGISTER.HAVE_AN_ACCOUNT') }}
{{ replaceInstallationName($t('LOGIN.TITLE')) }}
diff --git a/app/javascript/v3/views/auth/signup/components/Signup/Form.vue b/app/javascript/v3/views/auth/signup/components/Signup/Form.vue
index b7ceb1bb8..58648d074 100644
--- a/app/javascript/v3/views/auth/signup/components/Signup/Form.vue
+++ b/app/javascript/v3/views/auth/signup/components/Signup/Form.vue
@@ -197,7 +197,7 @@ const handlePasswordBlur = () => {