From 00ff318194b3b26a6f5b243c53032f743662eac4 Mon Sep 17 00:00:00 2001 From: nivedin Date: Tue, 12 Dec 2023 15:54:36 +0530 Subject: [PATCH] refactor: change the default req auth type to none --- packages/hoppscotch-common/src/helpers/rest/default.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/hoppscotch-common/src/helpers/rest/default.ts b/packages/hoppscotch-common/src/helpers/rest/default.ts index d5bd45e9f..873ee2d7d 100644 --- a/packages/hoppscotch-common/src/helpers/rest/default.ts +++ b/packages/hoppscotch-common/src/helpers/rest/default.ts @@ -8,7 +8,7 @@ export const getDefaultRESTRequest = (): HoppRESTRequest => ({ headers: [], method: "GET", auth: { - authType: "inherit", + authType: "none", authActive: true, }, preRequestScript: "",