Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
The remember me option does not work correctly, I think to fix it should be changed the following in login.blade.php: <input name="remember" type="checkbox" value="Remember Me"> to: <input name="remember" type="checkbox" value="true">
- Loading branch information