From 0bbc65803477fb86def584a556b1d408495eb96b Mon Sep 17 00:00:00 2001 From: dkecskes Date: Tue, 4 Nov 2025 18:43:41 +0100 Subject: [PATCH] Refactor password change functionality: move to separate change-password component and update navigation link --- frontend/app/pages/account.vue | 115 ------------------ .../app/pages/account/change-password.vue | 95 +++++++++++++++ frontend/app/pages/account/index.vue | 2 +- 3 files changed, 96 insertions(+), 116 deletions(-) delete mode 100644 frontend/app/pages/account.vue create mode 100644 frontend/app/pages/account/change-password.vue diff --git a/frontend/app/pages/account.vue b/frontend/app/pages/account.vue deleted file mode 100644 index 8932e48..0000000 --- a/frontend/app/pages/account.vue +++ /dev/null @@ -1,115 +0,0 @@ - - - \ No newline at end of file diff --git a/frontend/app/pages/account/change-password.vue b/frontend/app/pages/account/change-password.vue new file mode 100644 index 0000000..b5a6c79 --- /dev/null +++ b/frontend/app/pages/account/change-password.vue @@ -0,0 +1,95 @@ + + + + + \ No newline at end of file diff --git a/frontend/app/pages/account/index.vue b/frontend/app/pages/account/index.vue index 1da7911..d438249 100644 --- a/frontend/app/pages/account/index.vue +++ b/frontend/app/pages/account/index.vue @@ -80,7 +80,7 @@ const user = useSanctumUser(); - + Zmeniť heslo