Commit 1e2218f9 authored by Fabien Potencier's avatar Fabien Potencier

fixed switch_user management

parent 0ae6c1e9
......@@ -174,6 +174,10 @@ class SecurityServiceProvider implements ServiceProviderInterface
}
foreach ($firewall as $type => $options) {
if ('switch_user' === $type) {
continue;
}
// normalize options
if (!is_array($options)) {
if (!$options) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment