bugfix/fixes-for-password-reset #53
@ -196,7 +196,7 @@ class LoginController
 | 
				
			|||||||
        if ($user === null) {
 | 
					        if ($user === null) {
 | 
				
			||||||
            return new JsonContent([
 | 
					            return new JsonContent([
 | 
				
			||||||
                'error' => [
 | 
					                'error' => [
 | 
				
			||||||
                    'errorText' => 'No user found with the given email address / username.'
 | 
					                    'errorText' => 'No user found with the given email address.'
 | 
				
			||||||
                ]
 | 
					                ]
 | 
				
			||||||
            ]);
 | 
					            ]);
 | 
				
			||||||
        }
 | 
					        }
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user