mirror of
https://github.com/foss42/apidash.git
synced 2025-12-02 10:49:49 +08:00
refactor: update authentication handling to check authData instead of enableAuth flag
This commit is contained in:
@@ -111,7 +111,6 @@ Future<HttpRequestModel> handleAuth(
|
||||
APIType.rest,
|
||||
authData,
|
||||
httpRequestModel,
|
||||
enableAuth: false,
|
||||
);
|
||||
final httpResponse = httpResult.$1;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user