Stable user session management
continuous-integration/drone/pr Build is passing

This commit is contained in:
Khwezi Mngoma
2026-06-07 15:41:54 +02:00
parent 895d99a2e5
commit a66a84af75
15 changed files with 673 additions and 619 deletions
@@ -18,6 +18,12 @@ public partial class MainLayout : IDisposable
new CartItem { Id = 3, Title = "Album Architectures, Maputo", Author = "Guedes Archive", Price = 350, Quantity = 1 }
};
private void TriggerHeaderLogout()
{
// Force tear-down of the active client websocket pipeline safely
Navigation.NavigateTo("/logout", forceLoad: true);
}
protected override void OnInitialized()
{
Navigation.LocationChanged += OnLocationChanged;