diff --git a/AppForKids/Registration.axaml b/AppForKids/Registration.axaml
index f3397c4..97e9807 100644
--- a/AppForKids/Registration.axaml
+++ b/AppForKids/Registration.axaml
@@ -9,7 +9,7 @@
-
+
diff --git a/AppForKids/models/KidsAppDbContext.cs b/AppForKids/models/KidsAppDbContext.cs
index 6d4dc2d..a35b933 100644
--- a/AppForKids/models/KidsAppDbContext.cs
+++ b/AppForKids/models/KidsAppDbContext.cs
@@ -19,7 +19,7 @@ public partial class KidsAppDbContext : DbContext
protected override void OnConfiguring(DbContextOptionsBuilder optionsBuilder)
#warning To protect potentially sensitive information in your connection string, you should move it out of source code. You can avoid scaffolding the connection string by using the Name= syntax to read it from configuration - see https://go.microsoft.com/fwlink/?linkid=2131148. For more guidance on storing connection strings, see https://go.microsoft.com/fwlink/?LinkId=723263.
- => optionsBuilder.UseNpgsql("Host=localhost;Password=123;Database=kids_app_db;Port=5432;Username=postgres");
+ => optionsBuilder.UseNpgsql("Host=192.168.1.183;Password=123;Database=kids_app_db;Port=5432;Username=postgres");
protected override void OnModelCreating(ModelBuilder modelBuilder)
{