@ -40,6 +40,7 @@ func LinkAccount(ctx *context.Context) {
ctx . Data [ "HcaptchaSitekey" ] = setting . Service . HcaptchaSitekey
ctx . Data [ "McaptchaSitekey" ] = setting . Service . McaptchaSitekey
ctx . Data [ "McaptchaURL" ] = setting . Service . McaptchaURL
ctx . Data [ "CfTurnstileSitekey" ] = setting . Service . CfTurnstileSitekey
ctx . Data [ "DisableRegistration" ] = setting . Service . DisableRegistration
ctx . Data [ "AllowOnlyInternalRegistration" ] = setting . Service . AllowOnlyInternalRegistration
ctx . Data [ "ShowRegistrationButton" ] = false
@ -132,6 +133,7 @@ func LinkAccountPostSignIn(ctx *context.Context) {
ctx . Data [ "HcaptchaSitekey" ] = setting . Service . HcaptchaSitekey
ctx . Data [ "McaptchaSitekey" ] = setting . Service . McaptchaSitekey
ctx . Data [ "McaptchaURL" ] = setting . Service . McaptchaURL
ctx . Data [ "CfTurnstileSitekey" ] = setting . Service . CfTurnstileSitekey
ctx . Data [ "DisableRegistration" ] = setting . Service . DisableRegistration
ctx . Data [ "ShowRegistrationButton" ] = false
@ -219,6 +221,7 @@ func LinkAccountPostRegister(ctx *context.Context) {
ctx . Data [ "HcaptchaSitekey" ] = setting . Service . HcaptchaSitekey
ctx . Data [ "McaptchaSitekey" ] = setting . Service . McaptchaSitekey
ctx . Data [ "McaptchaURL" ] = setting . Service . McaptchaURL
ctx . Data [ "CfTurnstileSitekey" ] = setting . Service . CfTurnstileSitekey
ctx . Data [ "DisableRegistration" ] = setting . Service . DisableRegistration
ctx . Data [ "ShowRegistrationButton" ] = false