1 parent cfb838b commit 8003885Copy full SHA for 8003885
1 file changed
src/controllers/european.controller.ts
@@ -268,7 +268,7 @@ export class EuropeanController extends SessionController<EuropeBlueLinkyConfig>
268
'User-Agent': 'okhttp/3.10.0',
269
//'grant_type': 'authorization_code',
270
//'ccsp-application-id': this.environment.appId,
271
- 'Stamp': false, // await this.environment.stamp(),
+ 'Stamp': 'false', // await this.environment.stamp(),
272
},
273
body: formData.toString(),
274
cookieJar: authResult.cookies,
0 commit comments