mirror of
https://github.com/crater-invoice/crater.git
synced 2025-10-28 04:01:10 -04:00
add admin portal logo
This commit is contained in:
committed by
Mohit Panjwani
parent
f594556de0
commit
c194e98a7b
@ -146,7 +146,11 @@ Route::get('/', function () {
|
||||
|
||||
Route::get('/reset-password/{token}', function () {
|
||||
return view('app');
|
||||
})->where('vue', '[\/\w\.-]*')->name('home')->middleware(['install', 'guest']);
|
||||
})->where('vue', '[\/\w\.-]*')->name('reset-password')->middleware(['install', 'guest']);
|
||||
|
||||
Route::get('/forgot-password', function () {
|
||||
return view('app');
|
||||
})->where('vue', '[\/\w\.-]*')->name('forgot-password')->middleware(['install', 'guest']);
|
||||
|
||||
Route::get('/login', function () {
|
||||
return view('app');
|
||||
|
||||
Reference in New Issue
Block a user