From 0c4d13caed53b2702eef41461d0c8a4b25df48f6 Mon Sep 17 00:00:00 2001 From: Sergey Chebotar Date: Mon, 6 Mar 2023 07:41:35 +0300 Subject: Base authorization/authentification --- Views/Account/Create.cshtml | 35 +++++++++++++++++++++++++++++++++++ 1 file changed, 35 insertions(+) create mode 100644 Views/Account/Create.cshtml (limited to 'Views/Account/Create.cshtml') diff --git a/Views/Account/Create.cshtml b/Views/Account/Create.cshtml new file mode 100644 index 0000000..2fff64a --- /dev/null +++ b/Views/Account/Create.cshtml @@ -0,0 +1,35 @@ +@using Microsoft.AspNetCore.Identity +@model IdentityUser + + + + + + User Acccounts + + + + +
Create User
+
+
+
+ + +
+
+ + +
+
+ + +
+
+ + Back +
+
+ + + \ No newline at end of file -- cgit v1.2.3