Fix dash template gcaptcha site and secret key order

This commit is contained in:
Ben 2020-05-07 20:25:49 +01:00
parent 4edf898c00
commit a7389b8878

View File

@ -36,8 +36,8 @@ GSECRET_KEY : str
https://www.google.com/recaptcha/admin/create https://www.google.com/recaptcha/admin/create
""" """
GCAPTCHA_URL = 'https://www.google.com/recaptcha/api/siteverify' GCAPTCHA_URL = 'https://www.google.com/recaptcha/api/siteverify'
GSECRET_KEY = '{{ .Env.WEB_RECAPTCHA_SITE }}' GSECRET_KEY = '{{ .Env.WEB_RECAPTCHA_SECRET }}'
GSITE_KEY = '{{ .Env.WEB_RECAPTCHA_SECRET }}' GSITE_KEY = '{{ .Env.WEB_RECAPTCHA_SITE }}'
""" """
Player usernames Player usernames