From dab202ea150369af8634d6694ca012ebf16b942e Mon Sep 17 00:00:00 2001 From: ujijrujijr Date: Sat, 27 Apr 2024 19:32:49 +0400 Subject: [PATCH] =?UTF-8?q?.=D1=83=D0=B1=D1=80=D0=B0=D0=BB=20(=D1=87=D0=B0?= =?UTF-8?q?=D1=81=D1=82=D0=B8=D1=87=D0=BD=D0=BE=20=D0=B7=D0=B0=D0=BA=D0=BE?= =?UTF-8?q?=D0=BC=D0=BC=D0=B5=D0=BD=D1=82=D0=B8=D0=BB)=20=D0=BE=D1=88?= =?UTF-8?q?=D0=B8=D0=B1=D0=BA=D0=B8=20=D0=B4=D0=BB=D1=8F=20=D0=BC=D0=B8?= =?UTF-8?q?=D0=B3=D1=80=D0=B0=D1=86=D0=B8=D0=B8.=20=D0=94=D0=9E=20=D0=9C?= =?UTF-8?q?=D0=98=D0=93=D0=A0=D0=90=D0=A6=D0=98=D0=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ComputerShopRestApi/Controllers/UserController.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ComputerShopRestApi/Controllers/UserController.cs b/ComputerShopRestApi/Controllers/UserController.cs index 4de7c31..71b8286 100644 --- a/ComputerShopRestApi/Controllers/UserController.cs +++ b/ComputerShopRestApi/Controllers/UserController.cs @@ -27,7 +27,7 @@ namespace ComputerShopRestApi.Controllers { Login = login, Email = login, - Password = password + //Password = password }); } catch (Exception ex)