fixed user pwd reset

This commit is contained in:
Baris Soner Usakli
2014-01-16 23:46:08 -05:00
parent b7f0c90bf7
commit b062af2c4b
2 changed files with 1 additions and 3 deletions

View File

@@ -19,7 +19,7 @@ define(function() {
jQuery('#error').hide();
jQuery('#success').show();
jQuery('#success p').html('An email has been dispatched to "' + data.email + '" with instructions on setting a new password.');
jQuery('#success p').html('An email has been dispatched to "' + inputEl.value + '" with instructions on setting a new password.');
inputEl.value = '';
});
} else {