fixed #590
This commit is contained in:
parent
9709899941
commit
bd97f7eaf1
@ -49,7 +49,7 @@ class Login extends Controller
|
||||
public function store()
|
||||
{
|
||||
// Attempt to login
|
||||
if (!auth()->attempt(request(['email', 'password']))) {
|
||||
if (!auth()->attempt(request(['email', 'password']), request('remember', false))) {
|
||||
flash(trans('auth.failed'))->error();
|
||||
|
||||
return back();
|
||||
|
Loading…
x
Reference in New Issue
Block a user