Skip to content

Commit

Permalink
Merge pull request #5 from mchiron/patch-1
Browse files Browse the repository at this point in the history
Update ExtAuthComponent.php
  • Loading branch information
sdd committed Dec 11, 2013
2 parents 7b01563 + 48f698f commit a7638cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Controller/Component/ExtAuthComponent.php
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ public function __construct(ComponentCollection $collection, array $settings = a
$this->settings = array_merge($this->settings, array(

// Default Settings
'callbackURL' => Router::url('/', true).'/auth_callback/{PROVIDER}',
'callbackURL' => Router::url('/', true).'auth_callback/{PROVIDER}',
'sessionVariableRequestToken' => 'request_token',
'sessionVariableAccessToken' => 'access_token',

Expand Down

0 comments on commit a7638cd

Please sign in to comment.