Skip to content

Commit 8e16c3a

Browse files
committed
new EU-logon, ccs2 functions
1 parent 502af00 commit 8e16c3a

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/controllers/authStrategies/european.legacyAuth.strategy.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ export class EuropeanLegacyAuthStrategy implements AuthStrategy {
1818
user: { username: string; password: string },
1919
options?: { cookieJar: CookieJar }
2020
): Promise<{ code: Code; cookies: CookieJar }> {
21-
const cookieJar = await initSession(this.environment, this.language, options?.cookieJar);
21+
const cookieJar = await initSession(this.environment, options?.cookieJar);
2222
const { body, statusCode } = await got(this.environment.endpoints.login, {
2323
method: 'POST',
2424
json: true,

0 commit comments

Comments
 (0)