Merge pull request #10 from johankj/patch-1

Fix ereolen login after MitID option has been added
This commit is contained in:
Joakim Holm 2024-01-02 22:43:09 +00:00 committed by GitHub
commit ec2dace9bc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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