Fix ereolen login

After the addition of an option to login with MitID, the name of the library username field has changed.
This commit is contained in:
Johan K. Jensen 2024-01-02 23:39:41 +01:00 committed by GitHub
parent 8016a29e7e
commit 58c888e934
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -40,7 +40,7 @@ class Ereolen(Source):
data = { data = {
library_attr_name: library, library_attr_name: library,
"agency": libraries[library], "agency": libraries[library],
"userId": username, "loginBibDkUserId": username,
"pincode": password "pincode": password
}, },
follow_redirects = True follow_redirects = True