mirror of
				https://github.com/solero/wand.git
				synced 2025-10-31 04:31:58 +00:00 
			
		
		
		
	Fix dash template gcaptcha site and secret key order
This commit is contained in:
		| @@ -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 | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Ben
					Ben