[-] BO : fixed bug #PSFV-727 - forgot password redirect

This commit is contained in:
vAugagneur
2012-04-05 12:38:47 +00:00
parent 0028c87f92
commit cb88cf2c58
+1 -1
View File
@@ -76,7 +76,7 @@ function doAjaxForgot() {
if (jsonData.hasErrors) {
displayErrors(jsonData.errors);
} else {
window.location.href = jsonData.redirect;
alert(jsonData.confirm);
}
},
error: function(XMLHttpRequest, textStatus, errorThrown) {