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 @@ -