Skip to content

Commit fa56fdf

Browse files
add call to rememberUser() function when the user gets logged in
1 parent 04f9601 commit fa56fdf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/controllers/Auth0Controller.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ public function callback() {
3737
// If not, the user will be fine
3838
$user = $auth0User;
3939
}
40-
\Auth::login($user);
40+
\Auth::login($user, $service->rememberUser());
4141
}
4242
return \Redirect::intended('/');
4343
}

0 commit comments

Comments
 (0)