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