We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 525cecd commit 00939f5Copy full SHA for 00939f5
Authentication/AuthenticationRequest.pas
@@ -22,7 +22,6 @@ function AuthRequest(URL, User, Password: String): String;
22
HTTPClient: TSWHTTPClient;
23
RequestBody: TStream;
24
JSONBody: TJSONObject;
25
- ErrorResponse: TJSONObject;
26
begin
27
HTTPClient := TSWHTTPClient.Create;
28
try
0 commit comments