mirror of
https://github.com/foss42/apidash.git
synced 2025-12-04 20:13:56 +08:00
Update handle_auth.dart
This commit is contained in:
@@ -114,7 +114,6 @@ Future<HttpRequestModel> handleAuth(
|
|||||||
final httpResult = await sendHttpRequestV1(
|
final httpResult = await sendHttpRequestV1(
|
||||||
"digest-${Random.secure()}",
|
"digest-${Random.secure()}",
|
||||||
APIType.rest,
|
APIType.rest,
|
||||||
null,
|
|
||||||
httpRequestModel,
|
httpRequestModel,
|
||||||
);
|
);
|
||||||
final httpResponse = httpResult.$1;
|
final httpResponse = httpResult.$1;
|
||||||
|
|||||||
Reference in New Issue
Block a user