Skip to content
Snippets Groups Projects
Commit 8c84497b authored by Jonas Leder's avatar Jonas Leder
Browse files

fixed bug, if no recaptcha configured

parent 40085f47
Branches
Tags
Loading
......@@ -31,6 +31,7 @@ try:
skipCaptcha = False
except:
recaptchaPrivateKey = ""
recaptchaPublicKey = ""
skipCaptcha = True
try:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment