Skip to content

Commit

Permalink
Basic auth on manage UI rather than idam
Browse files Browse the repository at this point in the history
  • Loading branch information
armstrong-pv committed Feb 24, 2025
1 parent eff2ab6 commit 5f8ab42
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -86,10 +86,4 @@
<ProjectReference Include="..\FamilyHubs.Idams.Maintenance.Core\FamilyHubs.Idams.Maintenance.Core.csproj" />
</ItemGroup>

<ItemGroup>
<Content Include="applicationHost.xdt">
<CopyToPublishDirectory>Always</CopyToPublishDirectory>
</Content>
</ItemGroup>

</Project>
Original file line number Diff line number Diff line change
Expand Up @@ -47,4 +47,11 @@
<ItemGroup>
<_ContentIncludedByDefault Remove="Pages\manage-services\Select-Location-Content-Top.cshtml" />
</ItemGroup>

<ItemGroup>
<Content Include="applicationHost.xdt">
<CopyToPublishDirectory>Always</CopyToPublishDirectory>
</Content>
</ItemGroup>

</Project>

0 comments on commit 5f8ab42

Please # to comment.