feat(network): add ProxyCheck IP intelligence
This commit is contained in:
@@ -5,6 +5,8 @@ import { addFirstMinecraftAccount } from "../actions";
|
||||
const errors: Record<string, string> = {
|
||||
"invalid-format": "Java usernames use 3–16 letters, numbers, or underscores.",
|
||||
"already-registered": "That Minecraft account is already registered.",
|
||||
"vpn-blocked": "Turn off your VPN, proxy, or Tor connection before adding a Minecraft account.",
|
||||
"ip-check-unavailable": "We could not verify your network. Try again without a VPN or contact an administrator.",
|
||||
};
|
||||
|
||||
export default async function MinecraftStepPage({
|
||||
|
||||
Reference in New Issue
Block a user