Skip to content
This repository was archived by the owner on Jul 9, 2023. It is now read-only.

Commit 7325e32

Browse files
committed
2 parents 66671d1 + 0457c89 commit 7325e32

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Titanium.Web.Proxy/EventArguments/SessionEventArgsBase.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ public bool EnableWinAuth
7878
get => enableWinAuth;
7979
set
8080
{
81-
if (!isWindowsAuthenticationSupported)
81+
if (value && !isWindowsAuthenticationSupported)
8282
throw new Exception("Windows Authentication is not supported");
8383

8484
enableWinAuth = value;

0 commit comments

Comments
 (0)