Skip to content

Commit daa5096

Browse files
committed
namespace renaming
1 parent 5c542ab commit daa5096

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

staging/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;

staging/AppCode/Mail/RecaptchaResponse.cs renamed to staging/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

staging/AppCode/Mail/Recaptcha.cs renamed to staging/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)