We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ab2c943 commit 4142e05Copy full SHA for 4142e05
nanoFramework.WebServer/WebServer.cs
@@ -566,7 +566,7 @@ private void StartListener()
566
var credReq = context.Request.Credentials;
567
if (credReq != null)
568
{
569
- if ((credSite.UserName == credReq.UserName) && (credSite.Password == credSite.Password))
+ if ((credSite.UserName == credReq.UserName) && (credSite.Password == credReq.Password))
570
571
isAuthOk = true;
572
}
@@ -735,4 +735,4 @@ protected virtual void Dispose(bool disposing)
735
736
#endregion
737
738
-}
+}
0 commit comments