diff --git a/src/BookStore.Presentation/MVC/Views/Auth/Login.cshtml b/src/BookStore.Presentation/MVC/Views/Auth/Login.cshtml index 522adb0..a49ed99 100644 --- a/src/BookStore.Presentation/MVC/Views/Auth/Login.cshtml +++ b/src/BookStore.Presentation/MVC/Views/Auth/Login.cshtml @@ -4,11 +4,11 @@
- +
- +
diff --git a/src/BookStore.Presentation/MVC/Views/Auth/Register.cshtml b/src/BookStore.Presentation/MVC/Views/Auth/Register.cshtml index 3c21f20..b17f8f6 100644 --- a/src/BookStore.Presentation/MVC/Views/Auth/Register.cshtml +++ b/src/BookStore.Presentation/MVC/Views/Auth/Register.cshtml @@ -4,27 +4,27 @@
- +
- +
- +
- +
- +
- +
diff --git a/src/BookStore.Presentation/MVC/appsettings.json b/src/BookStore.Presentation/MVC/appsettings.json index 3f3d129..509e417 100644 --- a/src/BookStore.Presentation/MVC/appsettings.json +++ b/src/BookStore.Presentation/MVC/appsettings.json @@ -9,7 +9,7 @@ "BotToken": "7040566448:AAGuJLoJsg8xqAAW4yWGPkZDR6PIxBlU0ns", "ConnectionStrings": { "SQLServer": "Data Source=(localdb)\\MSSQLLocalDB;Initial Catalog=BookStore.MVC.DB;", - "Postgres": "Host=localhost;Port=5432;Username=postgres;Password=sardor0618!;Database=BookStoree.DB" + "Postgres": "Host=localhost;Port=5432;Username=postgres;Password=root;Database=BookStore2" }, "Serilog": { "Using": [ "Serilog.Sinks.File" ],