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.
2 parents 9208b4e + aa7934e commit 7426499Copy full SHA for 7426499
dandiapi/settings.py
@@ -204,4 +204,6 @@ def mutate_configuration(configuration: type[ComposedConfiguration]):
204
class HerokuStagingConfiguration(HerokuProductionConfiguration):
205
# The staging configuration enables wildcards in OAuth redirect URIs in order
206
# to support Netlify deploy previews.
207
- ALLOW_URI_WILDCARDS = True
+ OAUTH2_PROVIDER = {
208
+ 'ALLOW_URI_WILDCARDS': True,
209
+ }
0 commit comments