@inherits LayoutComponentBase @using AyCode.Interfaces.StorageHandlers; @using AyCode.Services.Loggers @using TIAMSharedUI.Pages @using TIAMSharedUI.Shared.Components @inject NavigationManager NavManager @inject IJSRuntime jsRuntime @inject ISecureStorageHandler SecureStorageHandler @inject IEnumerable LogWriters
@Body
@* *@
@code { public PopupMessageBox PopupMessageBox { get; private set; } = default!; private void HandleError(Exception exception) => jsRuntime.InvokeVoidAsync("alert", "An unexpected error occurred. Please try again later."); }