Skip to content

Commit

Permalink
Update nuget package
Browse files Browse the repository at this point in the history
  • Loading branch information
Paul Howes committed Aug 31, 2021
1 parent b1ec76f commit 3c0e072
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/Employer/Employer.Web/Employer.Web.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<PackageReference Include="NWebsec.AspNetCore.Middleware" Version="2.0.0" />
<PackageReference Include="NLog.Web.AspNetCore" Version="4.9.0" />
<PackageReference Include="NWebsec.AspNetCore.Mvc.TagHelpers" Version="2.0.0" />
<PackageReference Include="SFA.DAS.MA.Shared.UI" Version="1.1.56" />
<PackageReference Include="SFA.DAS.MA.Shared.UI" Version="1.1.73" />
<PackageReference Include="SFA.DAS.NLog.Targets.Redis" Version="1.2.1" />
<PackageReference Include="Microsoft.ApplicationInsights.AspNetCore" Version="2.8.2" />
</ItemGroup>
Expand Down
3 changes: 2 additions & 1 deletion src/Employer/Employer.Web/Extensions/HtmlHelperExtensions.cs
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,8 @@ public static IFooterViewModel GetFooterViewModel(this IHtmlHelper html)

return new FooterViewModel(new FooterConfiguration
{
ManageApprenticeshipsBaseUrl = externalLinks?.ManageApprenticeshipSiteUrl
ManageApprenticeshipsBaseUrl = externalLinks?.ManageApprenticeshipSiteUrl,
AuthenticationAuthorityUrl = externalLinks?.EmployerIdamsSiteUrl
},
new UserContext
{
Expand Down

0 comments on commit 3c0e072

Please sign in to comment.