Merge remote-tracking branch 'origin/develop' into newDoctor

This commit is contained in:
fabjuuuh
2020-10-16 15:04:16 +02:00
7 changed files with 55 additions and 105 deletions

View File

@@ -234,6 +234,8 @@ namespace Util
public static byte[] getNewConnectionJson(string user)
{
if (user == null)
throw new ArgumentNullException("user null");
dynamic data = new
{
username = user