mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2025-12-03 07:59:42 +00:00
Optimized Captcha implementation by solving not defined bugs
This commit is contained in:
@@ -31,5 +31,5 @@ docker:
|
||||
port: 9000
|
||||
credentials:
|
||||
hcaptcha:
|
||||
key: "{{ CAPTCHA.HCAPTCHA.KEY }}"
|
||||
secret: "{{ CAPTCHA.HCAPTCHA.SECRET }}"
|
||||
key: "{{ CAPTCHA.HCAPTCHA.KEY | default('') }}"
|
||||
secret: "{{ CAPTCHA.HCAPTCHA.SECRET | default('') }}"
|
||||
Reference in New Issue
Block a user