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 79b3c77 commit 6e6b9a6Copy full SHA for 6e6b9a6
Tools/BiblioTech/CodexChecking/CodexWrapper.cs
@@ -68,7 +68,7 @@ private ICodexNode CreateCodex()
68
69
private HttpFactory CreateHttpFactory()
70
{
71
- if (string.IsNullOrEmpty(config.CodexEndpointAuth) && config.CodexEndpointAuth.Contains(":"))
+ if (string.IsNullOrEmpty(config.CodexEndpointAuth) || !config.CodexEndpointAuth.Contains(":"))
72
73
return new HttpFactory(log);
74
}
0 commit comments