This commit is contained in:
@@ -31,7 +31,7 @@ namespace raven_integration
|
||||
creds.login = login;
|
||||
creds.password = password;
|
||||
|
||||
ApiResponse a = await Util.PostAsync("Auth", null, creds.ToString());
|
||||
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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user