diff --git a/CTZLauncher/Authentication/CTZAuthenticator.cs b/CTZLauncher/Authentication/CTZAuthenticator.cs index 9c02b95..a09f7f3 100644 --- a/CTZLauncher/Authentication/CTZAuthenticator.cs +++ b/CTZLauncher/Authentication/CTZAuthenticator.cs @@ -68,7 +68,7 @@ namespace KMCCC.Authentication public bool getResult(string url) { - return http.Send(HttpMethod.GET, url) == "true" ? true : false; + return http.Send(HttpMethod.GET, url).Contains("true") ? true : false; } } } diff --git a/CTZLauncher/MainWindow.xaml b/CTZLauncher/MainWindow.xaml index ffe8d19..0862a0b 100644 --- a/CTZLauncher/MainWindow.xaml +++ b/CTZLauncher/MainWindow.xaml @@ -110,7 +110,7 @@ - + @@ -149,7 +149,7 @@ -