Skip to content

Commit

Permalink
Merge branch 'release/2.022.24'
Browse files Browse the repository at this point in the history
  • Loading branch information
noliveleger committed Oct 31, 2022
2 parents ae5aeb8 + d62dab7 commit e8bd6a9
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion onadata/settings/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -485,7 +485,9 @@ def skip_suspicious_operations(record):
'SCOPES': {
'read': 'Read scope',
'write': 'Write scope',
'groups': 'Access to your groups'}
'groups': 'Access to your groups'
},
'PKCE_REQUIRED' : False,
}

# All registration should be done through KPI, so Django Registration should
Expand Down

0 comments on commit e8bd6a9

Please sign in to comment.