silverbux / laravel-angular-admin

Laravel + Angularjs + Bootstrap + AdminLTE binded by Gulp workflow Admin Dashboard Boilerplate / Starter.
http://silverbux.github.io/laravel-angular-admin/
MIT License
925 stars 414 forks source link

Fix oauth_provider and oauth_provider_id being set to null #77

Closed zbmowrey closed 7 years ago

zbmowrey commented 7 years ago

Current User model sets oauth_provider and provider_id to null, rather than expected values; this situation prevents repeat log-in using any oauth method (creates a user with no password and no oauth_provider). This patch resolves.

silverbux commented 7 years ago

awesome thanks!