Skip to content

Fix error while preparing PasswordResetResponse with views turned off #433

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

Merged
merged 1 commit into from
Dec 30, 2022
Merged

Fix error while preparing PasswordResetResponse with views turned off #433

merged 1 commit into from
Dec 30, 2022

Conversation

leonkllr0
Copy link
Contributor

Fixing issue #432

Added additional check to skip url generation from route('login') if we decide not to use view routes from configuration file.

This fix will help end users to achieve better customization with views turned off.

@leonkllr0 leonkllr0 changed the title Fix error while preparing PasswordResetResponse with views turned off #432 Fix error while preparing PasswordResetResponse with views turned off Dec 24, 2022
@taylorotwell taylorotwell merged commit 324d0fa into laravel:1.x Dec 30, 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.

Error while preparing PasswordResetResponse with views turned off (need to set views and routes in customized way)
2 participants