1
0
mirror of https://github.com/BookStackApp/BookStack.git synced 2024-11-24 20:02:35 +01:00

Merge branch 'master' of github.com:BookStackApp/BookStack

This commit is contained in:
Dan Brown 2019-10-29 22:34:12 +00:00
commit 189a598d56
No known key found for this signature in database
GPG Key ID: 46D9F943C24A2EF9

View File

@ -98,6 +98,7 @@ class LoginController extends Controller
$user->save();
$this->userRepo->attachDefaultRole($user);
$this->userRepo->downloadAndAssignUserAvatar($user);
auth()->login($user);
}