1
0
mirror of https://github.com/BookStackApp/BookStack.git synced 2025-07-28 17:02:04 +03:00

Fixed social login routes

Fixes #239
This commit is contained in:
Dan Brown
2016-11-27 19:11:15 +00:00
parent 0fb1fc87c8
commit c403d05755
3 changed files with 3 additions and 3 deletions

View File

@ -2,6 +2,7 @@
namespace BookStack\Http\Controllers\Auth;
use BookStack\Exceptions\AuthException;
use BookStack\Http\Controllers\Controller;
use BookStack\Repos\UserRepo;
use BookStack\Services\SocialAuthService;