mirror of
https://github.com/solero/wand.git
synced 2024-11-09 15:08:21 +00:00
Fix dash template gcaptcha site and secret key order
This commit is contained in:
parent
4edf898c00
commit
a7389b8878
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user