We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 760055d commit 6e506f1Copy full SHA for 6e506f1
src/singpass/singpass-helper-ndi.ts
@@ -88,7 +88,7 @@ export class NdiOidcHelper {
88
89
const config = {
90
headers: {
91
- "content-type": "application/x-www-form-urlencoded; charset=ISO-8859-1"
+ "content-type": "application/x-www-form-urlencoded"
92
},
93
};
94
const response = await this.axiosClient.post<TokenResponse>(token_endpoint, body, config);
0 commit comments