From 791071f1b7798a6ac33e5fed2654a6c78fa442bf Mon Sep 17 00:00:00 2001 From: samaradel Date: Sun, 22 Dec 2024 16:35:37 +0200 Subject: [PATCH] init change password tab --- client/src/App.vue | 41 ++++++-- client/src/router/index.js | 10 ++ client/src/views/Account.vue | 2 + client/src/views/Otp.vue | 2 +- client/src/views/tabs/ChangePassword.vue | 122 +++++++++++++++++++++++ client/src/views/tabs/DeleteAccount.vue | 7 ++ 6 files changed, 172 insertions(+), 12 deletions(-) create mode 100644 client/src/views/tabs/ChangePassword.vue create mode 100644 client/src/views/tabs/DeleteAccount.vue diff --git a/client/src/App.vue b/client/src/App.vue index 84938f37..5597ec22 100644 --- a/client/src/App.vue +++ b/client/src/App.vue @@ -1,23 +1,42 @@ -