From 81fb75a0adf4bec94c443f4fd2eda7a8839e1218 Mon Sep 17 00:00:00 2001 From: Matt Date: Tue, 1 Oct 2024 00:45:19 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=92=84=20UI=20Update:=20Styled=20the=20lo?= =?UTF-8?q?gin=20and=20register=20web=20pages.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../Areas/Identity/Pages/Account/Login.cshtml | 139 ++++++++++++--- .../Identity/Pages/Account/Register.cshtml | 158 ++++++++++++++---- 2 files changed, 244 insertions(+), 53 deletions(-) diff --git a/dotnet/UserApi/UserApi/Areas/Identity/Pages/Account/Login.cshtml b/dotnet/UserApi/UserApi/Areas/Identity/Pages/Account/Login.cshtml index 3695a4ae..e5ee18fc 100644 --- a/dotnet/UserApi/UserApi/Areas/Identity/Pages/Account/Login.cshtml +++ b/dotnet/UserApi/UserApi/Areas/Identity/Pages/Account/Login.cshtml @@ -6,70 +6,157 @@ ViewData["Title"] = "Log in"; @* Model.ReturnUrl = Request.Query["ReturnUrl"]; *@ } -

@ViewData["Title"]

+ +
-
-
+ -
-
+ +
+
diff --git a/dotnet/UserApi/UserApi/Areas/Identity/Pages/Account/Register.cshtml b/dotnet/UserApi/UserApi/Areas/Identity/Pages/Account/Register.cshtml index 6e03f2c5..efcc20dc 100644 --- a/dotnet/UserApi/UserApi/Areas/Identity/Pages/Account/Register.cshtml +++ b/dotnet/UserApi/UserApi/Areas/Identity/Pages/Account/Register.cshtml @@ -4,36 +4,136 @@ ViewData["Title"] = "Register"; } -

@ViewData["Title"]

+
-
-
-

Create a new account.

-
- -
- - - -
-
- - - -
-
- - - -
- -
+ -
-
-

Use another service to register.

-
+ +
+