Skip to content

Commit

Permalink
Merge pull request #502 from trwill/patch-1
Browse files Browse the repository at this point in the history
RawDrupalContext::loggedIn() can return false positive
  • Loading branch information
jhedstrom committed Nov 26, 2018
2 parents 6654a01 + b3f239c commit feed003
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -145,7 +145,7 @@ public function configure(ArrayNodeDefinition $builder)
scalarNode('success_message_selector')->end()->
scalarNode('warning_message_selector')->end()->
scalarNode('login_form_selector')->
defaultValue('form#user-login')->
defaultValue('form#user-login,form#user-login-form')->
end()->
scalarNode('logged_in_selector')->
defaultValue('body.logged-in,body.user-logged-in')->
Expand Down

0 comments on commit feed003

Please sign in to comment.