mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-27 02:47:31 +09:00
Issue #1258 - Follow up to Part 8: Ifdef MailNews OAuth2 Support
Ifdef second authOAuth2 string in emailWizard.js
This commit is contained in:
parent
2e230a6c19
commit
1953b80007
1 changed files with 2 additions and 0 deletions
|
|
@ -196,7 +196,9 @@ EmailConfigWizard.prototype =
|
|||
"authPasswordEncrypted");
|
||||
setLabelFromStringBundle("out-authMethod-kerberos", "authKerberos");
|
||||
setLabelFromStringBundle("out-authMethod-ntlm", "authNTLM");
|
||||
#ifdef MOZ_MAILNEWS_OAUTH2
|
||||
setLabelFromStringBundle("out-authMethod-oauth2", "authOAuth2");
|
||||
#endif
|
||||
|
||||
e("incoming_port").value = gStringsBundle.getString("port_auto");
|
||||
this.fillPortDropdown("smtp");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue