Files
2025-01-07 14:50:55 +01:00

23 lines
406 B
Plaintext

@page "/"
@page "/Home"
@page "/Index"
@page "/Nav01"
<div class="mb-5">
@if (MissingAuth)
{
<AuthChallengeMan EC_GotoSetup="SetupMode" EC_Updated="CheckMainAuth"></AuthChallengeMan>
}
else if (DoSetup)
{
<TargetSetup EC_GotoSetup="SetupMode"></TargetSetup>
}
else
{
<ApplicationCheck EC_GotoSetup="SetupMode"></ApplicationCheck>
}
</div>