mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-05 07:18:39 +09:00
Issue #1258 - Follow up to Part 8: Ifdef MailNews OAuth2 Support
Fix verifyConfig.js
This commit is contained in:
parent
65944ea58a
commit
8cfac849f3
1 changed files with 1 additions and 1 deletions
|
|
@ -76,8 +76,8 @@ function verifyConfig(config, alter, msgWindow, successCallback, errorCallback)
|
|||
config.incoming.auth);
|
||||
inServer.authMethod = config.incoming.auth;
|
||||
|
||||
#ifdef MOZ_MAILNEWS_OAUTH2
|
||||
try {
|
||||
#ifdef MOZ_MAILNEWS_OAUTH2
|
||||
// Lookup issuer if needed.
|
||||
if (config.incoming.auth == Ci.nsMsgAuthMethod.OAuth2 ||
|
||||
config.outgoing.auth == Ci.nsMsgAuthMethod.OAuth2) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue