Skip to content

Commit

Permalink
Merge pull request #409 from CakeDC/issue/allow-social-login
Browse files Browse the repository at this point in the history
Making social login public to get social links displayed in login page
  • Loading branch information
steinkel authored Aug 5, 2016
2 parents 5f3b2a5 + f328b4d commit 2b20c8d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/Controller/Component/UsersAuthComponent.php
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,8 @@ protected function _initAuth()
'requestResetPassword',
'changePassword',
'endpoint',
'authenticated'
'authenticated',
'socialLogin'
]);
}

Expand Down

0 comments on commit 2b20c8d

Please sign in to comment.