Removing check for NTLM altogether

This commit is contained in:
Praburaj 2015-03-03 17:55:22 -08:00
parent 38cc9aadb4
commit 89f2e3e32a
1 changed files with 1 additions and 1 deletions

View File

@ -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. //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 //This code block necessary only for NTLM authentication
<ul class="nav navbar-nav navbar-right"> <ul class="nav navbar-nav navbar-right">