Skip to content

Commit 8003885

Browse files
committed
new EU-logon, ccs2 functions
1 parent cfb838b commit 8003885

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/controllers/european.controller.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -268,7 +268,7 @@ export class EuropeanController extends SessionController<EuropeBlueLinkyConfig>
268268
'User-Agent': 'okhttp/3.10.0',
269269
//'grant_type': 'authorization_code',
270270
//'ccsp-application-id': this.environment.appId,
271-
'Stamp': false, // await this.environment.stamp(),
271+
'Stamp': 'false', // await this.environment.stamp(),
272272
},
273273
body: formData.toString(),
274274
cookieJar: authResult.cookies,

0 commit comments

Comments
 (0)