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.';
@@ -445,6 +432,9 @@ private function generateNextMessage(bool $securityYamlUpdated, string $authenti
445
432
$nextTexts[] = '- Review & adapt the login template: <info>'.$this->fileManager->getPathForTemplate('security/login.html.twig').'</info>.';
446
433
}
447
434
435
+
// If the security.logout_route_loader is not loaded from the default flex recipe
436
+
$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