Skip to content

Commit

Permalink
Merge pull request #19 from mickadoo/18_allow-unencoded-secret
Browse files Browse the repository at this point in the history
[#18] Remove "cannotBeEmpty" property of secret_base64_encoded
  • Loading branch information
glena committed Nov 17, 2015
2 parents 63fe40f + 1a2c996 commit b18c44d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/DependencyInjection/Configuration.php
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ public function getConfigTreeBuilder()
->scalarNode('client_id')->isRequired()->cannotBeEmpty()->end()
->scalarNode('client_secret')->isRequired()->cannotBeEmpty()->end()
->scalarNode('domain')->defaultValue('')->end()
->booleanNode('secret_base64_encoded')->cannotBeEmpty()->defaultTrue()->end();
->booleanNode('secret_base64_encoded')->defaultTrue()->end();

return $treeBuilder;
}
Expand Down

0 comments on commit b18c44d

Please # to comment.