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

@@ -47,8 +47,8 @@ docker:
enabled: true
credentials:
recaptcha:
key: "{{ CAPTCHA.RECAPTCHA.KEY }}"
secret: "{{ CAPTCHA.RECAPTCHA.SECRET }}"
key: "{{ CAPTCHA.RECAPTCHA.KEY | default('') }}"
secret: "{{ CAPTCHA.RECAPTCHA.SECRET | default('') }}"
accounts:
bootstrap:
username: "administrator"