1
0
mirror of https://github.com/Ylianst/MeshCentralRouter synced 2025-12-06 00:13:33 +00:00

Cleared login cookie on logout.

This commit is contained in:
Ylian Saint-Hilaire
2020-09-16 11:28:03 -07:00
parent 3437204c51
commit 0499edede7

View File

@@ -285,6 +285,7 @@ namespace MeshCentralRouter
private void backButton5_Click(object sender, EventArgs e)
{
authLoginUrl = null;
meshcentral.disconnect();
}