fix error message for password reset request
This commit is contained in:
parent
75f0ae7668
commit
726b1818d0
@ -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.'
|
||||
]
|
||||
]);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user