feat: forgot password
config: msg
This commit is contained in:
@@ -29,6 +29,7 @@ Route::get('/test-modal', function() {
|
||||
});
|
||||
Route::get('/login', [AuthController::class, 'showLoginForm'])->name('login');
|
||||
Route::post('/login', [AuthController::class, 'login']);
|
||||
Route::post('/forgot-password', [AuthController::class, 'forgotPassword'])->name('forgot_password');
|
||||
|
||||
Route::get('/notification-showcase', function () {
|
||||
return view('notification-showcase');
|
||||
|
||||
Reference in New Issue
Block a user