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
"""
GCAPTCHA_URL = 'https://www.google.com/recaptcha/api/siteverify'
GSECRET_KEY = '{{ .Env.WEB_RECAPTCHA_SITE }}'
GSITE_KEY = '{{ .Env.WEB_RECAPTCHA_SECRET }}'
GSECRET_KEY = '{{ .Env.WEB_RECAPTCHA_SECRET }}'
GSITE_KEY = '{{ .Env.WEB_RECAPTCHA_SITE }}'
"""
Player usernames