From ef365664423e16c08813ad353afa2ec4eb819fff Mon Sep 17 00:00:00 2001 From: wbuezas Date: Fri, 26 Jul 2024 09:09:21 -0300 Subject: [PATCH] Create change password with and without token and add related features --- src/components/ui/ChangePasswordForm.vue | 32 ++++++++++++++++++++++-- 1 file changed, 30 insertions(+), 2 deletions(-) diff --git a/src/components/ui/ChangePasswordForm.vue b/src/components/ui/ChangePasswordForm.vue index fb2c595d..2a6fe392 100644 --- a/src/components/ui/ChangePasswordForm.vue +++ b/src/components/ui/ChangePasswordForm.vue @@ -1,5 +1,5 @@