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:
commit
189a598d56
@ -98,6 +98,7 @@ class LoginController extends Controller
|
||||
|
||||
$user->save();
|
||||
$this->userRepo->attachDefaultRole($user);
|
||||
$this->userRepo->downloadAndAssignUserAvatar($user);
|
||||
auth()->login($user);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user