Skip to content

Commit

Permalink
Merge pull request #71 from stainleebakhla/1.x
Browse files Browse the repository at this point in the history
Allow 'confirmPasswordView' to use view prefixes
  • Loading branch information
taylorotwell authored Sep 21, 2020
2 parents 91518af + 54e4546 commit f1d7dca
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Fortify.php
Original file line number Diff line number Diff line change
Expand Up @@ -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');
}

/**
Expand Down

0 comments on commit f1d7dca

Please sign in to comment.