From 4360ea089b6bb52ee92f2a984e2990e3a7dd37ea Mon Sep 17 00:00:00 2001 From: ApfelTeeSaft <91074565+ApfelTeeSaft@users.noreply.github.com> Date: Wed, 8 May 2024 09:50:00 +0200 Subject: [PATCH] :person_with_blond_hair: --- WpfApp6/Pages/Settings.xaml.cs | 2 -- 1 file changed, 2 deletions(-) diff --git a/WpfApp6/Pages/Settings.xaml.cs b/WpfApp6/Pages/Settings.xaml.cs index 0159486..1f0c43b 100644 --- a/WpfApp6/Pages/Settings.xaml.cs +++ b/WpfApp6/Pages/Settings.xaml.cs @@ -73,8 +73,6 @@ namespace WpfApp6.Pages string email = EmailBox.Text; string password = PasswordBox.Password; string path = PathBox.Text; - UpdateINI.WriteToConfig("Auth", "Email", EmailBox.Text); - UpdateINI.WriteToConfig("Auth", "Password", PasswordBox.Password); UpdateINI.WriteToConfig("Auth", "Path", PathBox.Text); var data = new {