From 5575c3286913abf3131f1ef6c308921b82f0e27f Mon Sep 17 00:00:00 2001 From: Brian Popeck Date: Mon, 13 May 2024 11:16:44 -0700 Subject: [PATCH] Bug 1895809 - Fix invalid argument in AutoDiscover basic auth flow. r=babolivier,mkmelin Differential Revision: https://phabricator.services.mozilla.com/D210133 --HG-- extra : amend_source : 6b4b5da08967e686d6558953020ee5fa8d6e9d0c --- .../accountcreation/modules/ExchangeAutoDiscover.sys.mjs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mail/components/accountcreation/modules/ExchangeAutoDiscover.sys.mjs b/mail/components/accountcreation/modules/ExchangeAutoDiscover.sys.mjs index 4e95fe721b..21c8543daa 100644 --- a/mail/components/accountcreation/modules/ExchangeAutoDiscover.sys.mjs +++ b/mail/components/accountcreation/modules/ExchangeAutoDiscover.sys.mjs @@ -69,7 +69,7 @@ function startFetchWithAuth(call, url, username, password, callArgs) { args.username = username; args.password = password; - setUpAndStart(call, args); + setUpAndStart(args); } const oauth2Module = Cc["@mozilla.org/mail/oauth2-module;1"].createInstance(