]> source.dussan.org Git - gitea.git/commit
Set HCaptchaSiteKey on Link Account pages (#14834)
authorzeripath <art27@cantab.net>
Sun, 28 Feb 2021 22:04:15 +0000 (22:04 +0000)
committerGitHub <noreply@github.com>
Sun, 28 Feb 2021 22:04:15 +0000 (17:04 -0500)
commit030646eea41e17e58e11e73b19339630b6d6148e
tree32fda424cb136650dd89d1e52ac5e7b847f19dc1
parent83cf1a894e5a3a60ea72fa6b92744cb0705dd145
Set HCaptchaSiteKey on Link Account pages (#14834)

When using HCaptcha on link account pages the site key needs to be passed
in. This PR ensures that HCaptchaSiteKey is set in the data.

Fix #14766

Signed-off-by: Andrew Thornton <art27@cantab.net>
Co-authored-by: techknowlogick <techknowlogick@gitea.io>
routers/user/auth.go