Removing check for NTLM altogether
This commit is contained in:
parent
38cc9aadb4
commit
89f2e3e32a
|
|
@ -15,7 +15,7 @@
|
|||
}
|
||||
}
|
||||
//Either NTLM will be used or social authentication will be used. Based on the authentication schemes enabled remove an unused block.
|
||||
else if (User.Identity.IsAuthenticated && User.Identity.AuthenticationType == "NTLM")
|
||||
else if (User.Identity.IsAuthenticated)
|
||||
{
|
||||
//This code block necessary only for NTLM authentication
|
||||
<ul class="nav navbar-nav navbar-right">
|
||||
|
|
|
|||
Loading…
Reference in New Issue