Update submodules.
This commit is contained in:
2
.gitmodules
vendored
2
.gitmodules
vendored
@@ -1,3 +1,3 @@
|
||||
[submodule "MareAPI"]
|
||||
path = MareAPI
|
||||
url = https://git.lop-sync.com/huggingway/LopAPI.git
|
||||
url = https://git.drgn.rocks/t0w0bi/ClubPenguinApi
|
||||
|
||||
@@ -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