Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use boolean rather than filled for remember #423

Merged
merged 1 commit into from
Nov 4, 2022

Conversation

Codeatron5000
Copy link
Contributor

The pull request #328 changed the remember input value to accept a boolean instead of simply checking if the value was present and filled.

However the 2fa code wasn't updated to save the boolean value in the session, only if the value was filled. So that means a false value would not work if the user had 2fa enabled.

@taylorotwell taylorotwell merged commit 28c2dc6 into laravel:1.x Nov 4, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants