Skip to content

Commit f328b4d

Browse files
committed
Making social login public to get social links displayed in login page
1 parent 5f3b2a5 commit f328b4d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/Controller/Component/UsersAuthComponent.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,8 @@ protected function _initAuth()
110110
'requestResetPassword',
111111
'changePassword',
112112
'endpoint',
113-
'authenticated'
113+
'authenticated',
114+
'socialLogin'
114115
]);
115116
}
116117

0 commit comments

Comments
 (0)