We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 04f9601 commit fa56fdfCopy full SHA for fa56fdf
src/controllers/Auth0Controller.php
@@ -37,7 +37,7 @@ public function callback() {
37
// If not, the user will be fine
38
$user = $auth0User;
39
}
40
- \Auth::login($user);
+ \Auth::login($user, $service->rememberUser());
41
42
return \Redirect::intended('/');
43
0 commit comments