mirror of
https://github.com/solero/wand.git
synced 2024-11-21 21:17:22 +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
|
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
|
||||||
|
Loading…
Reference in New Issue
Block a user