Skip to content

Commit

Permalink
Password not being accepted when trying to add a Calendar #531
Browse files Browse the repository at this point in the history
  • Loading branch information
bavincen committed Oct 14, 2016
1 parent 8376112 commit c0de9f8
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions interfaces/exchangeAuthPrompt2/mivExchangeAuthPrompt2.js
Expand Up @@ -214,8 +214,7 @@ mivExchangeAuthPrompt2.prototype = {
};*/

this.logInfo("getPassword: Going to ask user to provide a new password.");

this.details[aURL].ntlmCount = 0;

var answer = this.getCredentials(username, aURL);

if (answer.result) {
Expand Down

0 comments on commit c0de9f8

Please sign in to comment.