diff --git a/packages/hoppscotch-common/src/helpers/teams/TeamsSearch.service.ts b/packages/hoppscotch-common/src/helpers/teams/TeamsSearch.service.ts index 6776231a26..10bf3cb374 100644 --- a/packages/hoppscotch-common/src/helpers/teams/TeamsSearch.service.ts +++ b/packages/hoppscotch-common/src/helpers/teams/TeamsSearch.service.ts @@ -205,7 +205,7 @@ export class TeamSearchService extends Service { this.endpoint }/team-collection/search/${teamID}?searchQuery=${encodeURIComponent( query - )}}`, + )}`, { withCredentials: true, }