Serverseitige Profilbilder u. Datenverwaltung auf dem Serve
-4 stunden meines lebens
This commit is contained in:
@@ -23,7 +23,7 @@ namespace bib_talk.Repository
|
||||
{
|
||||
string username = loginWindow.usernbox.Text;
|
||||
string password = loginWindow.passwordbox.Password;
|
||||
var loginData = new { Username = username, Password = password, Email = "", Birthday = "", IsOnline = "" };
|
||||
var loginData = new { Username = username, Password = password, Email = "", Birthday = "", IsOnline = ""};
|
||||
string json = JsonConvert.SerializeObject(loginData);
|
||||
|
||||
using (var client = new HttpClient())
|
||||
|
Reference in New Issue
Block a user