Skip to content

Commit

Permalink
[-] BO : forgot password - Fix PSCSX-2372
Browse files Browse the repository at this point in the history
  • Loading branch information
Shipow committed Jul 31, 2014
1 parent 2edeabe commit 8293abd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions js/login.js
Original file line number Diff line number Diff line change
Expand Up @@ -173,6 +173,7 @@ function doAjaxForgot() {
} else {
alert(jsonData.confirm);
$('#forgot_password_form').hide();
$('.show-forgot-password').hide();
displayLogin();
}
},
Expand Down

0 comments on commit 8293abd

Please sign in to comment.