This commit is contained in:
Christian
2020-03-25 02:54:06 +01:00
parent 399e5d7636
commit a4c5d9945e

View File

@@ -31,7 +31,7 @@ namespace ChatController
private string _chatCode = "";
private string _kundennummer = "";
private string _authToken = "";
private string _version = "1.1";
private string _version = "1.3";
public LoginControl()
{
@@ -44,8 +44,8 @@ namespace ChatController
lblVersion.Content = $"Version: {_version}";
#if DEBUG
TextBoxBenutzerName.Text = "MuellerL";
TextBoxPasswort.Password = "12345";
TextBoxBenutzerName.Text = "BaeurleC";
TextBoxPasswort.Password = "asFdgAE5ERfdsew4!";
#endif
}