From 62d814e5d02302b250e4bb47786c802927587113 Mon Sep 17 00:00:00 2001 From: Zakharov_Rostislav Date: Fri, 17 May 2024 14:36:03 +0400 Subject: [PATCH] remove managers registration in managers web app --- .../Controllers/HomeController.cs | 5 ---- .../Views/Home/Register.cshtml | 28 ------------------- .../Views/Shared/_Layout.cshtml | 3 -- 3 files changed, 36 deletions(-) delete mode 100644 Bank/BankManagersClientApp/Views/Home/Register.cshtml diff --git a/Bank/BankManagersClientApp/Controllers/HomeController.cs b/Bank/BankManagersClientApp/Controllers/HomeController.cs index fe9f231..05de9b0 100644 --- a/Bank/BankManagersClientApp/Controllers/HomeController.cs +++ b/Bank/BankManagersClientApp/Controllers/HomeController.cs @@ -23,11 +23,6 @@ namespace BankManagersClientApp.Controllers return View(APIClient.Manager); } - public IActionResult Register() - { - return View(); - } - [HttpGet] public IActionResult Enter() { diff --git a/Bank/BankManagersClientApp/Views/Home/Register.cshtml b/Bank/BankManagersClientApp/Views/Home/Register.cshtml deleted file mode 100644 index bd12aac..0000000 --- a/Bank/BankManagersClientApp/Views/Home/Register.cshtml +++ /dev/null @@ -1,28 +0,0 @@ -@{ - ViewData["Title"] = "Register"; -} - -
-

Регистрация

-
-
-
-
Логин:
-
-
-
-
Пароль:
-
-
-
-
ФИО:
-
-
-
-
-
- -
-
-
diff --git a/Bank/BankManagersClientApp/Views/Shared/_Layout.cshtml b/Bank/BankManagersClientApp/Views/Shared/_Layout.cshtml index b15ddac..de37044 100644 --- a/Bank/BankManagersClientApp/Views/Shared/_Layout.cshtml +++ b/Bank/BankManagersClientApp/Views/Shared/_Layout.cshtml @@ -25,9 +25,6 @@ -