| Conditions | 1 |
| Paths | 1 |
| Total Lines | 8 |
| Code Lines | 5 |
| Lines | 0 |
| Ratio | 0 % |
| Changes | 0 | ||
| 1 | <?php |
||
| 20 | public function login(AuthenticationUtils $authenticationUtils): Response |
||
| 21 | { |
||
| 22 | $error = $authenticationUtils->getLastAuthenticationError(); |
||
| 23 | $lastUsername = $authenticationUtils->getLastUsername(); |
||
| 24 | |||
| 25 | return $this->render('@ChamiloCore/Index/vue.html.twig', [ |
||
| 26 | 'last_username' => $lastUsername, |
||
| 27 | 'error' => $error, |
||
| 28 | ]); |
||
| 45 |