Skip to content

Commit c0de9f8

Browse files
committed
Password not being accepted when trying to add a Calendar Ericsson#531
1 parent 8376112 commit c0de9f8

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Diff for: interfaces/exchangeAuthPrompt2/mivExchangeAuthPrompt2.js

+1-2
Original file line numberDiff line numberDiff line change
@@ -214,8 +214,7 @@ mivExchangeAuthPrompt2.prototype = {
214214
};*/
215215

216216
this.logInfo("getPassword: Going to ask user to provide a new password.");
217-
218-
this.details[aURL].ntlmCount = 0;
217+
219218
var answer = this.getCredentials(username, aURL);
220219

221220
if (answer.result) {

0 commit comments

Comments
 (0)