bugfix/fixes-for-password-reset #53

Merged
bence merged 2 commits from bugfix/fixes-for-password-reset into master 2023-05-26 16:08:51 +02:00
Showing only changes of commit 726b1818d0 - Show all commits

View File

@ -196,7 +196,7 @@ class LoginController
if ($user === null) {
return new JsonContent([
'error' => [
'errorText' => 'No user found with the given email address / username.'
'errorText' => 'No user found with the given email address.'
]
]);
}