We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8dc31ed commit 91c2fd9Copy full SHA for 91c2fd9
social_core/backends/saml.py
@@ -79,7 +79,7 @@ def get_attr(self, attributes, conf_key, default_attribute):
79
if len(value):
80
value = value[0]
81
else:
82
- value = None
+ value = ''
83
return value
84
85
@property
0 commit comments