Identity UI footer fix (#15042)

Identity UI footer fix
This commit is contained in:
Ryan Brandenburg 2019-10-21 15:34:55 -07:00 committed by GitHub
parent f90c9ac20c
commit c1389d79af
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

View File

@ -56,12 +56,13 @@
</div>
<footer class="footer border-top pl-3 text-muted">
<div class="container">
&copy; @DateTime.Now.Year - @Environment.ApplicationName -
&copy; @DateTime.Now.Year - @Environment.ApplicationName
@{
var foundPrivacy = Url.Page("/Privacy", new { area = "" });
}
@if (foundPrivacy != null)
{
@:-
<a asp-area="" asp-page="/Privacy">Privacy</a>
}
</div>