Skip to content

Commit 2ba64d6

Browse files
committed
Update version and remove unused DI from modal component
Updated project version in BLAZAM.csproj. Removed the unused AppAuthenticationStateProvider dependency injection from RequestAccessModalContent.razor for code cleanup.
1 parent 18d9a87 commit 2ba64d6

File tree

2 files changed

+1
-6
lines changed

2 files changed

+1
-6
lines changed

BLAZAM/BLAZAM.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<ImplicitUsings>enable</ImplicitUsings>
77
<ServerGarbageCollection>false</ServerGarbageCollection>
88
<AssemblyVersion>1.5.0</AssemblyVersion>
9-
<Version>2026.01.03.0043</Version>
9+
<Version>2026.01.08.2351</Version>
1010
<IncludeSourceRevisionInInformationalVersion>false</IncludeSourceRevisionInInformationalVersion>
1111
<RootNamespace>BLAZAM</RootNamespace>
1212
<GenerateDocumentationFile>True</GenerateDocumentationFile>

BLAZAMGui/UI/Modals/RequestAccessModalContent.razor

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -90,11 +90,6 @@
9090
<LoadingData Loading=LoadingData />
9191
@code {
9292

93-
[Inject]
94-
private AppAuthenticationStateProvider AppAuthenticationStateProvider { get; set; }
95-
96-
97-
9893
IReadOnlyCollection<ActiveDirectoryObjectAction>? _selectedActions = [];
9994
IReadOnlyCollection<RequestedField>? _selectedFields = [];
10095

0 commit comments

Comments
 (0)