✨ Setup etcd helper and magic onion
This commit is contained in:
@@ -105,6 +105,7 @@ public class AuthService(
|
||||
|
||||
public async Task<bool> ValidateCaptcha(string token)
|
||||
{
|
||||
await Task.CompletedTask;
|
||||
if (string.IsNullOrWhiteSpace(token)) return false;
|
||||
|
||||
// var provider = config.GetSection("Captcha")["Provider"]?.ToLower();
|
||||
|
||||
Reference in New Issue
Block a user