Skip to content

Commit

Permalink
Possible fix for install redirect error loop
Browse files Browse the repository at this point in the history
  • Loading branch information
jacobsen9026 committed Dec 18, 2024
1 parent 43a61ca commit 69933cb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions BLAZAM/Pages/Index.razor
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,7 @@
{
if (Monitor.AppReady == ServiceConnectionState.Up)
{
waitingForLoadToComplete = false;
await Task.Delay(2500); // Initial delay
Nav.NavigateTo("/install", true);
}
Expand Down

0 comments on commit 69933cb

Please sign in to comment.