add missing } in template

This commit is contained in:
meaz 2023-04-04 22:10:07 +02:00
parent 46abaab851
commit 4e099b6412
Signed by: meaz
GPG Key ID: CD7A47B2F1ED43B4
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