mirror of
https://github.com/ApfelTeeSaft/EpicHosting-Launcher.git
synced 2026-08-26 19:23:27 +00:00
:person_with_blond_hair:
This commit is contained in:
@@ -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
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user