Skip to content

Commit

Permalink
up
Browse files Browse the repository at this point in the history
  • Loading branch information
HugoRCD committed Feb 1, 2025
1 parent de6cfc7 commit 3bd1905
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/cli/src/services/base.ts
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ export abstract class BaseService {
this.api = ofetch.create({
baseURL,
headers: {
Cookie: `authToken=she_1_BNmlQ67yR7tg5EDCy5oTSWtSt`
Cookie: `authToken=${config.token}`
},
onResponseError: ErrorService.handleApiError
})
Expand Down

0 comments on commit 3bd1905

Please sign in to comment.