File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1111using System . IO ;
1212using AppCode . Data ;
1313using AppCode . MailChimp ;
14- using AppCode . Recaptcha ;
14+ using AppCode . RecaptchaValidator ;
1515using AppCode . Mail ;
1616using System . Linq ;
1717using ToSic . Sxc . WebApi ;
Original file line number Diff line number Diff line change 11using System . Collections . Generic ;
22using 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
Original file line number Diff line number Diff line change 22using System . Net . Http ;
33using 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
You can’t perform that action at this time.
0 commit comments