cb
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user