2sic / app-mobius-forms

Simple jQuery based 2sxc form - to use immediately or to modify as needed. Multi-language, simple, with Recaptcha

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Recaptcha warning code typo

enfJoao opened this issue · comments

_Recaptcha.cshtml line 11

@if(App.Settings.RecaptchaShowWaring == null || App.Settings.RecaptchaShowWaring) {

Typo in "warning" makes the warning always show.

@ropalko pls fx ;)

I ran into this today. I added the missing "n" in Warning and that resolved it. Just a reminder it needs to be fixed.

@existenze @efficiondave Thanks for the hint
I have fixed it and will create a release asap.