Skip to content

Commit

Permalink
improve login handler extensibility
Browse files Browse the repository at this point in the history
  • Loading branch information
wvanhed committed Feb 21, 2024
1 parent 3f3a88e commit 1c668fe
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/mijnbib/login_handlers.py
Original file line number Diff line number Diff line change
Expand Up @@ -193,3 +193,5 @@ def _log_in(self):
f"Status code: '{response.status_code}'. "
f"Headers: '{response.headers}'"
)

return response # better for extensibility (i.e. sOlid)

0 comments on commit 1c668fe

Please sign in to comment.