I'm following along with docs which says that you can configure Laravel to get the user to re-enter their password on routes that you specify. However, if I follow the example I get an error:
Illuminate\Contracts\Container\BindingResolutionException
Target class [password.confirm] does not exist.
Any ideas? I'm running Laravel 6.16.0. I'm also using the LdapRecords package.