Closed
Description
- Fortify Version: 1.14.1
- Laravel Version: 9.45.1
- PHP Version: 8.2.0
- Database Driver & Version: mysql / 8.0.31
Description:
In class PasswordResetResponse:39
while preparing Fortify::redirects($redirect, $default)
method parameters, there are issue with second parameter preparation.
For example if i set views
attribute to false
at configuration file, then there are no GET route with name 'login'.
This fires an error:
And even if I prepare redirects
attribute to work correctly I cannot went through this issue, anyway I need to create dummy route with name login
to fix this issue temporary.