+
+
+ @if (!string.IsNullOrEmpty(Model.ErrorMessage))
+ {
+
+
+ @Model.ErrorMessage
+
+ }
+
+
+
+
+
+
+
diff --git a/Mimante/Pages/Account/Login.cshtml.cs b/Mimante/Pages/Account/Login.cshtml.cs
new file mode 100644
index 0000000..bb2840f
--- /dev/null
+++ b/Mimante/Pages/Account/Login.cshtml.cs
@@ -0,0 +1,89 @@
+using Microsoft.AspNetCore.Authentication;
+using Microsoft.AspNetCore.Identity;
+using Microsoft.AspNetCore.Mvc;
+using Microsoft.AspNetCore.Mvc.RazorPages;
+using AutoBidder.Models;
+
+namespace AutoBidder.Pages.Account;
+
+public class LoginModel : PageModel
+{
+ private readonly SignInManager