mad-web/laravel-social-auth

Attach does no record data in user_has_accounts table

nezaboravi opened this issue · 1 comments

When including @include('attach') i am getting buttons displayed. However, when i click on to attach, nothing happens.
user_has_profiles table is empty
i am catching script fetching user profile from social in LoginController@callback which is a path for the Laravel socialite Social logins.

When clicking on a attach button, request goes to /social/social-name route.