mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-19 02:52:44 +00:00
Layout updates and extensions. Found a problem I need closures for. Yay! [skip ci]
This commit is contained in:
@@ -42,7 +42,7 @@ class UserController extends BaseController
|
||||
{
|
||||
$rememberMe = Input::get('remember_me') == '1';
|
||||
$data = [
|
||||
'email' => Input::get('email'),
|
||||
'email' => Input::get('email'),
|
||||
'password' => Input::get('password')
|
||||
];
|
||||
if (Auth::attempt($data, $rememberMe)) {
|
||||
|
Reference in New Issue
Block a user