Style boost

This commit is contained in:
2024-11-16 23:13:56 -06:00
parent fbdaf29f43
commit e87bdf8b52
5 changed files with 91 additions and 20 deletions

View File

@@ -34,7 +34,6 @@
</main>
@code {
private bool show = true;
private string activeSessionName = string.Empty;
private Task OnLoginChanged()
{
@@ -46,10 +45,4 @@
activeSessionName = s.SessionId.ToString();
StateHasChanged();
}
private void OnClickClose()
{
show = false;
StateHasChanged();
}
}