Overriding the default reset password page
I have been able to customize the register , login and some pages but I am facing an issue while customizing the reset password page
When I pass my custom class to this ->passwordReset() it instead customizes another page
5 Replies
This is the page I want to customize
Shouldn't it be
->passwordReset(Reset::class)
?password reset seems to be for some thing else
its for the page where you enter the email for resetting your password
can i see your Reset::class?
You want it to be
It's the second argument in the passwordReset function.