Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ysmoradi committed Sep 14, 2024
1 parent e4bf0f3 commit 2570b23
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,9 @@ namespace Boilerplate.Client.Core.Components;

public partial class AppInitializer : AppComponentBase
{
//#if (signalr == true)
private HubConnection? hubConnection;
//#endif

[AutoInject] private MessageBoxService messageBoxService = default!;
[AutoInject] private AuthenticationManager authManager = default!;
Expand Down

0 comments on commit 2570b23

Please sign in to comment.