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 @@
-
-
-
-
-
-
- Zmena hesla
-
-
-
-
-
-
-
-
-
-
-
-
- {{ error }}
-
-
-
-
- Heslo bolo úspešne zmenené.
-
-
-
-
- Zmeniť heslo
-
-
-
-
-
-
- Späť na dashboard
-
-
-
-
-
\ 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 @@
+
+
+
+
+
+ Zmena hesla
+
+
+
+ {{ error }}
+
+
+
+
+ Heslo bolo úspešne zmenené.
+
+
+
+
+
+
+
+
+
+
+
+ Zmeniť heslo
+
+
+
+
+
+ Späť na dashboard
+
+
+
+
+
+
\ 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