Skip to content

Commit

Permalink
Revert "Password not being accepted when trying to add a Calendar #531"
Browse files Browse the repository at this point in the history
This reverts commit c0de9f8.
  • Loading branch information
bavincen committed Nov 12, 2016
1 parent 2b84a66 commit fc8ea0c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion interfaces/exchangeAuthPrompt2/mivExchangeAuthPrompt2.js
Original file line number Diff line number Diff line change
Expand Up @@ -214,7 +214,8 @@ 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 fc8ea0c

Please sign in to comment.