Rename setting.
This commit is contained in:
parent
4021441c76
commit
197818566d
6 changed files with 20 additions and 20 deletions
|
@ -148,7 +148,7 @@ class AuthorizeEndpoint(object):
|
|||
Return None.
|
||||
"""
|
||||
expires_at = timezone.now() + timedelta(
|
||||
days=settings.get('OIDC_USER_CONSENT_EXPIRE'))
|
||||
days=settings.get('OIDC_SKIP_CONSENT_EXPIRE'))
|
||||
|
||||
uc, created = UserConsent.objects.get_or_create(
|
||||
user=self.request.user,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue