Skip to content

Commit

Permalink
Update HtmlHelperExtensions.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
Paul Howes committed Aug 26, 2021
1 parent 466173e commit f63dc6e
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,8 @@ public static IFooterViewModel GetFooterViewModel(this HtmlHelper html, bool use

return new FooterViewModel(new FooterConfiguration
{
ManageApprenticeshipsBaseUrl = configuration.EmployerAccountsBaseUrl
ManageApprenticeshipsBaseUrl = configuration.EmployerAccountsBaseUrl,
AuthenticationAuthorityUrl = configuration.Identity.BaseAddress
},
new UserContext
{
Expand Down

0 comments on commit f63dc6e

Please sign in to comment.