This commit is contained in:
2018-09-26 22:03:21 +00:00
parent c6ef933c99
commit 07e1f8b94a
4 changed files with 16 additions and 13 deletions

View File

@@ -41,7 +41,7 @@ namespace raven_integration
ApiResponse a = await Util.PostAsync("Auth", null, creds.ToString());
//Put this in when having concurrency issue during auth and old style dl token creation during login
//ValidateDataReturnResponseOk(a);
ValidateDataReturnResponseOk(a);
authDict[login] = a.ObjectResponse["result"]["token"].Value<string>();
}