diff --git a/TypographyClientApp/Controllers/HomeController.cs b/TypographyClientApp/Controllers/HomeController.cs index f4283d1..9e072cf 100644 --- a/TypographyClientApp/Controllers/HomeController.cs +++ b/TypographyClientApp/Controllers/HomeController.cs @@ -78,8 +78,7 @@ namespace TypographyClientApp.Controllers { throw new Exception("Введите логин и пароль"); } - APIClient.Client = - APIClient.GetRequest($"api/client/login?login={login}&password={password}"); + APIClient.Client = APIClient.GetRequest($"api/client/login?login={login}&password={password}"); if (APIClient.Client == null) { throw new Exception("Неверный логин/пароль");