From af0811567cd02e7767472f9553c97622a3506959 Mon Sep 17 00:00:00 2001 From: xfarrow <49845537+xfarrow@users.noreply.github.com> Date: Sat, 23 Mar 2024 19:20:17 +0100 Subject: [PATCH] create forgot password page --- frontend/vanilla/html/forgot-password.html | 49 ++++++++++++++++++++++ frontend/vanilla/html/login.html | 2 +- 2 files changed, 50 insertions(+), 1 deletion(-) create mode 100644 frontend/vanilla/html/forgot-password.html diff --git a/frontend/vanilla/html/forgot-password.html b/frontend/vanilla/html/forgot-password.html new file mode 100644 index 0000000..e704ea4 --- /dev/null +++ b/frontend/vanilla/html/forgot-password.html @@ -0,0 +1,49 @@ + + + + + + + + + + +
+
+
+
+
+
+
Forgot Password?
+

Enter your registered email to reset the password +

+
+
+
+ +
+
+ +
+ Don't have an account? sign in +
+
+
+
+
+
+ + + + \ No newline at end of file diff --git a/frontend/vanilla/html/login.html b/frontend/vanilla/html/login.html index d8e7a87..5398d0d 100644 --- a/frontend/vanilla/html/login.html +++ b/frontend/vanilla/html/login.html @@ -76,7 +76,7 @@ Remember me - Forgot password? + Forgot password?