diff --git a/README.md b/README.md index 91e76ed..7cb6a80 100644 --- a/README.md +++ b/README.md @@ -42,9 +42,8 @@ In order for the launcher to work it need to be conected to the api. To change t The default URL for the api can be changed on IniFile.cs ### Client region -The client region can be set on Config.ini or in the Config menu +The client region can be set on Service on Config.ini -* **Jpn** (SEGA) - Full api support * **usa** (PWE) - Full api support * **chn** (Xunlei) - Only launcher support diff --git a/RHLauncher.Forms/ChangePwdForm.cs b/RHLauncher.Forms/ChangePwdForm.cs index 173ec41..901afe3 100644 --- a/RHLauncher.Forms/ChangePwdForm.cs +++ b/RHLauncher.Forms/ChangePwdForm.cs @@ -1,5 +1,4 @@ -using Newtonsoft.Json; -using RHLauncher.RHLauncher.Helper; +using RHLauncher.RHLauncher.Helper; using RHLauncher.RHLauncher.i8n; using System.Text.RegularExpressions; @@ -9,10 +8,10 @@ namespace RHLauncher { private RegistryHandler registryHandler = new(); - private readonly string SendPasswordCodeUrl = Configuration.Default.SendPasswordCodeUrl; - private readonly string VerifyCodeUrl = Configuration.Default.VerifyCodeUrl; - private readonly string ChangePasswordUrl = Configuration.Default.ChangePasswordUrl; - private readonly string Lang = Configuration.Default.Lang; + public string SendPasswordCodeUrl = Configuration.Default.SendPasswordCodeUrl; + public string VerifyCodeUrl = Configuration.Default.VerifyCodeUrl; + public string ChangePasswordUrl = Configuration.Default.ChangePasswordUrl; + public string Lang = Configuration.Default.Lang; private List