Skip to content

Commit

Permalink
Merge branch '1.x'
Browse files Browse the repository at this point in the history
  • Loading branch information
zacksmash committed Sep 28, 2020
2 parents 9e77c7d + 191fd35 commit 772c4e1
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/Providers/FortifyUIServiceProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -41,11 +41,11 @@ public function boot()
});

// Fortify::verifyEmailView(function () {
// return view('auth.verify');
// return view('auth.verify-email');
// });

// Fortify::confirmPasswordView(function () {
// return view('auth.password-confirm');
// return view('auth.confirm-password');
// });
}
}
File renamed without changes.

0 comments on commit 772c4e1

Please sign in to comment.