When I click the "Enable Two-Factor" button I get the following error:
Target [Laravel\Fortify\Contracts\ConfirmPasswordViewResponse] is not instantiable.
The url it takes me to is:
/user/confirm-password
but I don't a user folder with a confirm-password blade. There is a confirm-password blade file in the auth folder. Is it supposed to route to that one?
--
EDIT: I realized uncommenting the following lines in the FortifyUIServiceProvider fixes the error:
When I click the "Enable Two-Factor" button I get the following error:
Target [Laravel\Fortify\Contracts\ConfirmPasswordViewResponse] is not instantiable.
The url it takes me to is:
/user/confirm-password
but I don't a user folder with a confirm-password blade. There is a confirm-password blade file in the auth folder. Is it supposed to route to that one?
--
EDIT: I realized uncommenting the following lines in the FortifyUIServiceProvider fixes the error:
However I get the following error:
Looks like it's the part that would display an image for Google Authenticator but it seems this class doesn't exist. Could use a little help.