Skip to content

Commit 78728d5

Browse files
committed
typo
1 parent 36c32a7 commit 78728d5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

djangosaml2/backends.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ def clean_user_main_attribute(self, main_attribute):
7979
""" Clean the extracted user identifying value. No-op by default. """
8080
return main_attribute
8181

82-
def _extract_user_identifier_params(self, session_info, attributes, attribute_mapping) -> Tuple[str, Optionaly[Any]]:
82+
def _extract_user_identifier_params(self, session_info, attributes, attribute_mapping) -> Tuple[str, Optional[Any]]:
8383
""" Returns the attribute to perform a user lookup on, and the value to use for it.
8484
The value could be the name_id, or any other saml attribute from the request.
8585
"""

0 commit comments

Comments
 (0)