We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 38ad58e commit 4556e99Copy full SHA for 4556e99
src/Controller/SecurityController.php
@@ -59,16 +59,4 @@ public function login(
59
'error' => $helper->getLastAuthenticationError(),
60
]);
61
}
62
-
63
- /**
64
- * This is the route the user can use to logout.
65
- *
66
- * But, this will never be executed. Symfony will intercept this first
67
- * and handle the logout automatically. See logout in config/packages/security.yaml
68
- */
69
- #[Route('/logout', name: 'security_logout')]
70
- public function logout(): void
71
- {
72
- throw new \Exception('This should never be reached!');
73
- }
74
0 commit comments