Skip to content

Commit

Permalink
Change default config value to null.
Browse files Browse the repository at this point in the history
  • Loading branch information
ADmad committed Mar 31, 2014
1 parent b7ca62c commit f648826
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Controller/Component/AuthComponent.php
Expand Up @@ -141,7 +141,7 @@ class AuthComponent extends Component {
*/
protected $_defaultConfig = [
'authenticate' => null,
'authorize' => false,
'authorize' => null,
'ajaxLogin' => null,
'flash' => null,
'loginAction' => null,
Expand Down

0 comments on commit f648826

Please sign in to comment.