Skip to content

Commit bcf72fa

Browse files
authored
Changed scriptErrorsSuppressed to false
To address bug pnp#1706 in PnP repo so that the pop-up browser authentication window can display the PKI/client certificate selection window.
1 parent 49b172c commit bcf72fa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Commands/Utilities/BrowserHelper.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ internal static class BrowserHelper
2424
private static ConcurrentDictionary<string, (string requestDigest, DateTime expiresOn)> requestDigestInfos = new ConcurrentDictionary<string, (string requestDigest, DateTime expiresOn)>();
2525
#pragma warning restore CS0169,CA1823
2626

27-
internal static ClientContext GetWebLoginClientContext(string siteUrl, bool clearCookies, bool scriptErrorsSuppressed = true, Uri loginRequestUri = null, AzureEnvironment azureEnvironment = AzureEnvironment.Production)
27+
internal static ClientContext GetWebLoginClientContext(string siteUrl, bool clearCookies, bool scriptErrorsSuppressed = false, Uri loginRequestUri = null, AzureEnvironment azureEnvironment = AzureEnvironment.Production)
2828
{
2929
#if Windows
3030
if (OperatingSystem.IsWindows())

0 commit comments

Comments
 (0)