Skip to content

Commit

Permalink
Making social login public to get social links displayed in login page
Browse files Browse the repository at this point in the history
  • Loading branch information
yeliparra committed Aug 4, 2016
1 parent 5f3b2a5 commit f328b4d
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 f328b4d

Please sign in to comment.