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

clear password textbox on logout

This commit is contained in:
Simon Schön
2022-06-08 20:44:06 +02:00
parent 756e93a7c7
commit f2fe654a8e

View File

@@ -400,6 +400,9 @@ namespace MeshCentralRouter
}
else
{
if (currentPanel == 4)
passwordTextBox.Text = "";
this.Height = initialHeight;
this.FormBorderStyle = FormBorderStyle.FixedSingle;
}