Skip to content

Commit

Permalink
Add back in removed property.
Browse files Browse the repository at this point in the history
  • Loading branch information
jonathangreen committed Oct 17, 2023
1 parent f811a79 commit f294bad
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions api/saml/provider.py
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ def __init__(
self._patron_id_use_name_id = settings.patron_id_use_name_id
self._patron_id_attributes = settings.patron_id_attributes
self._patron_id_regular_expression = settings.patron_id_regular_expression
self._settings = settings

@classmethod
def label(cls) -> str:
Expand Down

0 comments on commit f294bad

Please sign in to comment.