diff --git a/git/JurasicZoo/ZooClientApp/Views/Home/Index.cshtml b/git/JurasicZoo/ZooClientApp/Views/Home/Index.cshtml
index ec6a96d..4194cfb 100644
--- a/git/JurasicZoo/ZooClientApp/Views/Home/Index.cshtml
+++ b/git/JurasicZoo/ZooClientApp/Views/Home/Index.cshtml
@@ -7,8 +7,7 @@
Приложение "Зоопарк "Юрский период". Клиент"
-
Посещения врача
-
Политика
+
Маршруты
Отчеты
Вход
Регистрация
diff --git a/git/JurasicZoo/ZooClientApp/Views/Shared/_Layout.cshtml b/git/JurasicZoo/ZooClientApp/Views/Shared/_Layout.cshtml
index 211ffcb..dc643d0 100644
--- a/git/JurasicZoo/ZooClientApp/Views/Shared/_Layout.cshtml
+++ b/git/JurasicZoo/ZooClientApp/Views/Shared/_Layout.cshtml
@@ -20,12 +20,6 @@
- -
- Заказы
-
- -
- Личные данные
-
-
Вход
diff --git a/git/JurasicZoo/ZooDataBaseImplement/ZooDatabase.cs b/git/JurasicZoo/ZooDataBaseImplement/ZooDatabase.cs
index be88260..2eb0c3f 100644
--- a/git/JurasicZoo/ZooDataBaseImplement/ZooDatabase.cs
+++ b/git/JurasicZoo/ZooDataBaseImplement/ZooDatabase.cs
@@ -17,7 +17,7 @@ namespace ZooDataBaseImplement
{
if (optionsBuilder.IsConfigured == false)
{
- optionsBuilder.UseNpgsql(@"Host=localhost;Port=5432;Database=jurasiczoo;Username=postgres;Password=98987667");
+ optionsBuilder.UseNpgsql(@"Host=localhost;Port=5432;Database=jurasiczoo;Username=postgres;Password=1212");
}
base.OnConfiguring(optionsBuilder);
}