mirror of
https://github.com/LBPUnion/ProjectLighthouse.git
synced 2025-07-24 14:11:29 +00:00
Rewrite captcha system (#754)
Rewrite captcha and remove many unused directives
This commit is contained in:
parent
aefecc7b12
commit
3aa9033b67
36 changed files with 101 additions and 111 deletions
|
@ -0,0 +1,6 @@
|
|||
namespace LBPUnion.ProjectLighthouse.Servers.Website.Captcha;
|
||||
|
||||
public interface ICaptchaService
|
||||
{
|
||||
Task<bool> VerifyCaptcha(HttpRequest request);
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue