You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
$nextTexts[] = '- Customize your new authenticator.';
@@ -453,6 +440,9 @@ private function generateNextMessage(bool $securityYamlUpdated, string $authenti
453
440
$nextTexts[] = '- Review & adapt the login template: <info>'.$this->fileManager->getPathForTemplate('security/login.html.twig').'</info>.';
454
441
}
455
442
443
+
// If the security.logout_route_loader is not loaded from the default flex recipe
444
+
$nextTexts[] = '- Be sure to add the "logout" route to <info>config/routes/security.yaml</info> or upgrade the <info>symfony/security-bundle</info> recipe.';
0 commit comments