avoid exposing registered email addresses

This commit is contained in:
Athou
2022-07-13 13:28:07 +02:00
parent d82bb22341
commit 9bbfc2de3f
2 changed files with 3 additions and 2 deletions

View File

@@ -1683,7 +1683,7 @@ module.controller("LoginCtrl", [
}
var recovery_success = function (data) {
$scope.recovery_message = "Email has ben sent. Check your inbox."
$scope.recovery_message = "An email has been sent if this address was registered. Check your inbox."
}
var recovery_error = function (data) {
$scope.recovery_message = data.data