mirror of
https://github.com/openclassify/openclassify.git
synced 2026-01-11 18:01:10 -06:00
Merge branch 'dia' of https://github.com/openclassify/openclassify
This commit is contained in:
commit
36b9766e7f
@ -33,7 +33,7 @@ class SignInFormHandler
|
||||
(strpos(session('url')['intended'], 'admin') !== false) ? request()->session()->flush() : '';
|
||||
}
|
||||
|
||||
$authenticator->login($user, $builder->getFormValue('remember_me'));
|
||||
$authenticator->login($user, !!$builder->getFormValue('remember_me'));
|
||||
|
||||
$builder->setFormResponse($redirect->intended($builder->getFormOption('redirect', '/')));
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user