Update submodules.
This commit is contained in:
@@ -47,14 +47,14 @@ public class AccountRegistrationService
|
||||
|
||||
public async Task<RegisterReplyV2Dto> RegisterAccountAsync(string ua, string ip, string hashedSecretKey)
|
||||
{
|
||||
var reply = new RegisterReplyV2Dto();
|
||||
var reply = new RegisterReplyV2Dto();
|
||||
|
||||
reply.ErrorMessage = "Sign up only available through discord.";
|
||||
return reply;
|
||||
reply.ErrorMessage = "Sign up only available through discord.";
|
||||
return reply;
|
||||
|
||||
/*
|
||||
|
||||
if (!_registrationUserAgentRegex.Match(ua).Success)
|
||||
/*
|
||||
REMINDER: Remove this later for my service!
|
||||
if (!_registrationUserAgentRegex.Match(ua).Success)
|
||||
{
|
||||
reply.ErrorMessage = "User-Agent not allowed";
|
||||
return reply;
|
||||
|
||||
Reference in New Issue
Block a user