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)