Sigin with Apple
This commit is contained in:
@@ -25,7 +25,8 @@ class Site extends WRB_Controller {
|
||||
$login_links = get_hybridauth_links($hybrid, $this->router);
|
||||
*/
|
||||
$login_links = array(
|
||||
'Google' => get_google_login_link()
|
||||
'Google' => get_google_login_link(),
|
||||
'Apple' => get_apple_login_link()
|
||||
);
|
||||
// Pass login links to html template
|
||||
$data['login_links'] = $login_links;
|
||||
|
||||
Reference in New Issue
Block a user