diff --git a/frontend/src/routes/auth/change-password/+page.svelte b/frontend/src/routes/auth/change-password/+page.svelte index 0c10daf..bd1e51f 100644 --- a/frontend/src/routes/auth/change-password/+page.svelte +++ b/frontend/src/routes/auth/change-password/+page.svelte @@ -1,9 +1,4 @@ -
-
-
-

Change Password

-
- {#if user} - Logged in as {user.username} - {/if} - -
-
-
+
+
+
+

Change Password

+ + {#if error} +
+ {error} +
+ {/if} -
-
-
- {#if error} -
- {error} -
- {/if} + {#if success} +
+ + + + Password changed successfully! +
+ {/if} - {#if success} -
- - - - Password changed successfully! -
- {/if} +
+
+ Current Password + +
- -
- Current Password - -
+
+ New Password + +
-
- New Password - -
+
+ Confirm New Password + +
-
- Confirm New Password - -
- - -
- - -
+
-
+