Fix admin client and auth flows
TaxBaik CI/CD / build-and-deploy (push) Successful in 2m34s

This commit is contained in:
2026-07-07 18:17:26 +09:00
parent 09f07adf3f
commit fc655e20c1
50 changed files with 148 additions and 301 deletions
@@ -1,5 +1,4 @@
@inject NavigationManager Navigation
@inject IJSRuntime JS
@implements IDisposable
<div class="admin-shell">
@@ -89,14 +88,6 @@
if (firstRender && !firstRenderCompleted)
{
firstRenderCompleted = true;
try
{
await JS.InvokeVoidAsync("taxbaikAdminSession.hideLoading");
}
catch
{
// Keep rendering even if the loading overlay helper is unavailable.
}
}
}