From 055d6e0023289f7a3e810cd844ecc0fb0dff988f Mon Sep 17 00:00:00 2001 From: Arik Chakma Date: Sat, 1 Apr 2023 20:27:02 +0600 Subject: [PATCH] chore: reset password page --- src/pages/reset-password.astro | 49 ++++++++++++++++++++++++++++++++++ 1 file changed, 49 insertions(+) create mode 100644 src/pages/reset-password.astro diff --git a/src/pages/reset-password.astro b/src/pages/reset-password.astro new file mode 100644 index 000000000..1f2980fcd --- /dev/null +++ b/src/pages/reset-password.astro @@ -0,0 +1,49 @@ +--- +import SettingLayout from '../layouts/SettingLayout.astro'; +--- + + +
+
+

+ Reset your password +

+ + + + + + + + +
+
+