You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We should make this be turned off if the settings are empty, not crash:
File "/home/dlawrence/localwork/variantgrid/env/lib/python3.12/site-packages/django_recaptcha/__init__.py", line 18, in <module>
raise ImproperlyConfigured(
django.core.exceptions.ImproperlyConfigured: ('Setting RECAPTCHA_PRIVATE_KEY is not of type', <class 'str'>)
The text was updated successfully, but these errors were encountered:
We should make this be turned off if the settings are empty, not crash:
The text was updated successfully, but these errors were encountered: