Skip to content
This repository was archived by the owner on Aug 12, 2025. It is now read-only.

Commit 0b44493

Browse files
committed
feat(WIP): fast login
1 parent 59ce68e commit 0b44493

File tree

1 file changed

+1
-0
lines changed
  • packages/console-utils/xconsole-service/src/interceptors/paramsInterceptor

1 file changed

+1
-0
lines changed

packages/console-utils/xconsole-service/src/interceptors/paramsInterceptor/index.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ function searchParamsInterceptor(config: IOptions): IOptions {
1717
return {
1818
...config,
1919
headers: {
20+
...(config.headers || {}),
2021
'content-type': 'application/x-www-form-urlencoded'
2122
},
2223
params: paramsSearchParams,

0 commit comments

Comments
 (0)