Skip to content

Commit 3e9b3f8

Browse files
committed
staging > live
1 parent daa5096 commit 3e9b3f8

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

live/AppCode/Api/FormController.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
using System.IO;
1212
using AppCode.Data;
1313
using AppCode.MailChimp;
14-
using AppCode.Recaptcha;
14+
using AppCode.RecaptchaValidator;
1515
using AppCode.Mail;
1616
using System.Linq;
1717
using ToSic.Sxc.WebApi;

live/AppCode/Mail/RecaptchaResponse.cs renamed to live/AppCode/Recaptcha/RecaptchaResponse.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
using System.Collections.Generic;
22
using System.Text.Json.Serialization;
33

4-
namespace AppCode.Recaptcha
4+
namespace AppCode.RecaptchaValidator
55
{
66
// The response from the Recaptcha Endpoint
77
public class RecaptchaResponse

live/AppCode/Mail/Recaptcha.cs renamed to live/AppCode/Recaptcha/RecaptchaValidator.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
using System.Net.Http;
33
using System.Threading.Tasks;
44

5-
namespace AppCode.Recaptcha
5+
namespace AppCode.RecaptchaValidator
66
{
77
// Helper to do Recaptcha server-validation
88
// based on http://stackoverflow.com/questions/27764692/validating-recaptcha-2-no-captcha-recaptcha-in-asp-nets-server-side

0 commit comments

Comments
 (0)