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:
@@ -400,6 +400,9 @@ namespace MeshCentralRouter
|
||||
}
|
||||
else
|
||||
{
|
||||
if (currentPanel == 4)
|
||||
passwordTextBox.Text = "";
|
||||
|
||||
this.Height = initialHeight;
|
||||
this.FormBorderStyle = FormBorderStyle.FixedSingle;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user