Removes IdentityServer4 usage
This commit is contained in:
parent
dc37c9a9f0
commit
838de379fd
34 changed files with 18 additions and 1847 deletions
|
|
@ -1,10 +1,9 @@
|
|||
@using IdentityServer4.Extensions
|
||||
|
||||
|
||||
@{
|
||||
string name = null;
|
||||
if (!true.Equals(ViewData["signed-out"]))
|
||||
{
|
||||
name = Context.User?.GetDisplayName();
|
||||
name = User.Identity.Name;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
@ -13,7 +12,7 @@
|
|||
|
||||
<a href="~/" class="navbar-brand">
|
||||
<img src="~/icon.png" class="icon-banner">
|
||||
IdentityServer4
|
||||
Nuget host
|
||||
</a>
|
||||
|
||||
@if (!string.IsNullOrWhiteSpace(name))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue