There was an error while loading. Please reload this page.
2 parents e78736e + 2e50851 commit 50c02efCopy full SHA for 50c02ef
1 file changed
packages/api/src/core/api-client.ts
@@ -62,6 +62,7 @@ export async function fetchApiServerToken() {
62
const result = await baseRequestClient.post('/oauth/token', data, {
63
headers: {
64
'Content-Type': 'application/x-www-form-urlencoded',
65
+ 'debug': 'true'
66
},
67
})
68
return result?.data || {}
0 commit comments