Merge pull request #6752 from thornbill/no-index

This commit is contained in:
Bill Thornton
2025-04-11 15:07:46 -04:00
committed by GitHub
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -9,7 +9,7 @@ function onFinish() {
type: 'POST'
}).then(function () {
loading.hide();
window.location.href = 'index.html';
window.location.href = '';
});
}
@@ -11,7 +11,7 @@ function processForgotPasswordResult(result) {
message: msg,
title: globalize.translate('HeaderPasswordReset'),
callback: function () {
window.location.href = 'index.html';
window.location.href = '';
}
});
return;