Skip to content

Commit

Permalink
prettier fix2
Browse files Browse the repository at this point in the history
  • Loading branch information
sliezz committed Jan 5, 2025
1 parent 5ef2140 commit 94defcf
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions app/main/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -209,9 +209,9 @@ function createMainWindow(): BrowserWindow {
ses.setUserAgent(`ZulipElectron/${app.getVersion()} ${ses.getUserAgent()}`);

const allowNtlmCredentialsForDomains = EnterpriseUtil.getConfigItem(
"allowNtlmCredentialsForDomains",
[]
);
"allowNtlmCredentialsForDomains",
[]
);
for (const domain of allowNtlmCredentialsForDomains) {
ses.allowNTLMCredentialsForDomains(domain);
}
Expand Down

0 comments on commit 94defcf

Please sign in to comment.