Optimized Captcha implementation by solving not defined bugs

This commit is contained in:
2025-11-28 23:38:08 +01:00
parent 880d0ab1d6
commit e754df7e5c
4 changed files with 8 additions and 8 deletions

View File

@@ -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('') }}"