Sigin with Apple

This commit is contained in:
2022-06-01 09:14:47 -04:00
parent 320cbb11ee
commit 019e650090
5 changed files with 204 additions and 55 deletions
+2 -1
View File
@@ -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;