@@ -38,8 +38,7 @@ |
||
| 38 | 38 | |
| 39 | 39 | try { |
| 40 | 40 | $this->userFacade->loginUser($credentials); |
| 41 | - } |
|
| 42 | - catch (UserException $e) { |
|
| 41 | + } catch (UserException $e) { |
|
| 43 | 42 | throw new AuthenticationFailed(); |
| 44 | 43 | } |
| 45 | 44 | } |