using Newtonsoft.Json; using RHLauncher.RHLauncher.Helper; using RHLauncher.RHLauncher.i8n; using System.Text.RegularExpressions; namespace RHLauncher { public partial class ChangePwdForm : Form { 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; private List