We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 49b172c commit bcf72faCopy full SHA for bcf72fa
src/Commands/Utilities/BrowserHelper.cs
@@ -24,7 +24,7 @@ internal static class BrowserHelper
24
private static ConcurrentDictionary<string, (string requestDigest, DateTime expiresOn)> requestDigestInfos = new ConcurrentDictionary<string, (string requestDigest, DateTime expiresOn)>();
25
#pragma warning restore CS0169,CA1823
26
27
- internal static ClientContext GetWebLoginClientContext(string siteUrl, bool clearCookies, bool scriptErrorsSuppressed = true, Uri loginRequestUri = null, AzureEnvironment azureEnvironment = AzureEnvironment.Production)
+ internal static ClientContext GetWebLoginClientContext(string siteUrl, bool clearCookies, bool scriptErrorsSuppressed = false, Uri loginRequestUri = null, AzureEnvironment azureEnvironment = AzureEnvironment.Production)
28
{
29
#if Windows
30
if (OperatingSystem.IsWindows())
0 commit comments