diff --git a/src/Fortify.php b/src/Fortify.php index 1a9888c6..74fb825a 100644 --- a/src/Fortify.php +++ b/src/Fortify.php @@ -90,6 +90,7 @@ public static function viewPrefix(string $prefix) static::requestPasswordResetLinkView($prefix.'forgot-password'); static::resetPasswordView($prefix.'reset-password'); static::verifyEmailView($prefix.'verify-email'); + static::confirmPasswordView($prefix.'confirm-password'); } /**