Test Setup Failed
Push — master ( 598637...a3140b )
by Václav
01:07
created
src/Component/LoginForm.php 1 patch
Braces   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -77,8 +77,7 @@
 block discarded – undo
77 77
         {
78 78
             $this->user->login($values->username, $values->password);
79 79
             $this->user->setExpiration(0, TRUE);
80
-        }
81
-        catch (\Nette\Security\AuthenticationException $e)
80
+        } catch (\Nette\Security\AuthenticationException $e)
82 81
         {
83 82
             $failure = $e->getMessage();
84 83
         }
Please login to merge, or discard this patch.