mirror of
https://github.com/VueFileManager/vuefilemanager.git
synced 2026-04-28 02:50:39 +00:00
added callback url to the socialite settings
This commit is contained in:
@@ -56,10 +56,10 @@ class SocialiteCallbackController extends Controller
|
||||
]);
|
||||
|
||||
// Create User
|
||||
$user = ($this->createNewUser)($data);
|
||||
$newUser = ($this->createNewUser)($data);
|
||||
|
||||
// Login user
|
||||
$this->guard->login($user->first());
|
||||
$this->guard->login($newUser);
|
||||
|
||||
return redirect()->to('/platform/files');
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user