Merge pull request 'add missing } in template' (#10) from fix_template into main

Reviewed-on: #10
Reviewed-by: muppeth <muppeth@no-reply@disroot.org>
This commit is contained in:
meaz 2023-04-04 20:14:29 +00:00
commit ae4db5ad98
1 changed files with 1 additions and 1 deletions

View File

@ -45,7 +45,7 @@ config :pleroma, Pleroma.Repo,
timeout: 60000
config :pleroma, Pleroma.Captcha,
enabled: {{ pleroma_captcha },
enabled: {{ pleroma_captcha }},
seconds_valid: 300,
method: Pleroma.Captcha.Native