Changing the fortify prefix allows prefixing the entire login pipeline routes from /login to /admin/login however currently breaks the two factor authentication process due to the published Jetstream Livewire view for 2FA containing a manual form url:
Description:
Changing the fortify prefix allows prefixing the entire login pipeline routes from
/login
to/admin/login
however currently breaks the two factor authentication process due to the published Jetstream Livewire view for 2FA containing a manual form url:Changing to
Fixes for me.
Steps To Reproduce: