mirror of
https://github.com/tgstation/tgstation-server.git
synced 2026-08-27 23:17:20 +01:00
Fix bad certificate handling
This commit is contained in:
@@ -19,6 +19,7 @@ namespace TGControlPanel
|
||||
}
|
||||
Application.EnableVisualStyles();
|
||||
Application.SetCompatibleTextRenderingDefault(false);
|
||||
Interface.SetBadCertificateHandler(BadCertificateHandler);
|
||||
var login = new Login();
|
||||
login.Show();
|
||||
Application.Run();
|
||||
|
||||
Reference in New Issue
Block a user