Merge branch 'master' of ssh://float.beyondsoft.de/git/beyondSoft/Chat

This commit is contained in:
Lyndon Jetten
2020-04-18 14:15:05 +02:00
2 changed files with 3 additions and 3 deletions

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 = "JettenL";
TextBoxPasswort.Password = "n8-yR+3Q=6nX#";
TextBoxBenutzerName.Text = "BaeurleC";
TextBoxPasswort.Password = "asFdgAE5ERfdsew4!";
#endif
}

Binary file not shown.