From 64b0a5e62fa7a42603b5d7db8c1cf04b8981b952 Mon Sep 17 00:00:00 2001 From: jessikitty Date: Thu, 21 May 2026 13:55:14 +1000 Subject: [PATCH] feat: Login page view --- Views/Account/Login.cshtml | 45 ++++++++++++++++++++++++++++++++++++++ 1 file changed, 45 insertions(+) create mode 100644 Views/Account/Login.cshtml diff --git a/Views/Account/Login.cshtml b/Views/Account/Login.cshtml new file mode 100644 index 0000000..d1f7b4e --- /dev/null +++ b/Views/Account/Login.cshtml @@ -0,0 +1,45 @@ +@{ + Layout = null; +} + + + + + + Sign In — Scratching Post + + + + + +
+ +
+
+ @if (ViewBag.Error != null) + { +
@ViewBag.Error
+ } +
+ @if (ViewBag.ReturnUrl != null) { } +
+
+ +
+
+
+

© Jess Rogerson — 2026

+
+ +