From 34d84031eab79d14df13ae7cd125e3062f65b9f1 Mon Sep 17 00:00:00 2001 From: MrMelon54 Date: Mon, 27 Jan 2025 18:59:15 +0000 Subject: [PATCH] Rewrite login.astro as a login page --- web/src/pages/login.astro | 23 +++++++++++++++-------- 1 file changed, 15 insertions(+), 8 deletions(-) diff --git a/web/src/pages/login.astro b/web/src/pages/login.astro index fea5857..1f34386 100644 --- a/web/src/pages/login.astro +++ b/web/src/pages/login.astro @@ -9,15 +9,13 @@ import Layout from "../layouts/Layout.astro";

Check your inbox for a verification email

[[ end ]] [[ .AuthTemplate ]] -
-
-

Enter your email address below to receive an email with instructions on how to reset your password.

-

Please note this only works if your email address is already verified.

-
- - +
+ + +
+
- +
[[ if gt (len .AuthButtons) 0 ]] @@ -28,3 +26,12 @@ import Layout from "../layouts/Layout.astro";
[[ end ]] + +