From ca7b9d974487f36bbe44d532b1e626d688184c57 Mon Sep 17 00:00:00 2001 From: Arik Chakma Date: Sat, 1 Apr 2023 04:20:15 +0600 Subject: [PATCH] chore: change password page --- src/components/Setting/ChangePassword.astro | 52 +++++++++++++++++++++ src/pages/settings/profile.astro | 10 ++++ 2 files changed, 62 insertions(+) create mode 100644 src/components/Setting/ChangePassword.astro create mode 100644 src/pages/settings/profile.astro diff --git a/src/components/Setting/ChangePassword.astro b/src/components/Setting/ChangePassword.astro new file mode 100644 index 000000000..9c2983e65 --- /dev/null +++ b/src/components/Setting/ChangePassword.astro @@ -0,0 +1,52 @@ +
+

Password

+

Manage settings for your account passwords

+
+
+ + +
+
+ + +
+
+ + +
+ + +
+
diff --git a/src/pages/settings/profile.astro b/src/pages/settings/profile.astro new file mode 100644 index 000000000..20f206280 --- /dev/null +++ b/src/pages/settings/profile.astro @@ -0,0 +1,10 @@ +--- +import ChangePassword from '../../components/Setting/ChangePassword.astro'; +import BaseLayout from '../../layouts/BaseLayout.astro'; +--- + + +
+ +
+