i followed Add User and Socialite components to your login page
Copy /extensions/igniter/user/components/account/login.php to your themes _partials/account folder
Where you want your login links, add
@foreach($socialiteLinks as $name => $link)
<a href="{{ $link }}"><i class="fab fa-2x fa-{{ $name }}"></i></a>
@endforeach
i end up with error 500, if you can give example of how the code will look like all together in this page that would be great