solved merging typo for missing @property

This commit is contained in:
Wojciech Bartosiak 2017-05-05 05:10:38 +02:00 committed by GitHub
parent 101130e47a
commit 38ee8f15fd

View file

@ -91,6 +91,7 @@ class DefaultSettings(object):
random.choice(string.ascii_uppercase + string.digits) for _ in range(100))
return self._unauthenticated_session_management_key
@property
def OIDC_SKIP_CONSENT_EXPIRE(self):
"""
OPTIONAL. User consent expiration after been granted.