mirror of
https://gitlab.com/CIEFWorldwideSdnBhd/portal.git
synced 2026-08-26 16:04:23 +00:00
fix: route - dummy login route(for verification email route reference.)
This commit is contained in:
@@ -26,6 +26,10 @@ Route::group(['prefix' => 'swagger'], function () {
|
||||
});
|
||||
});
|
||||
|
||||
Route::get('', function () {
|
||||
return view('welcome');//temporary showing welcome page.
|
||||
})->name('login');
|
||||
|
||||
Route::get('/account/email/verification/{token}', function ($token) {
|
||||
return view('pages.accounts.email_verified', ['token' => $token]);
|
||||
})->name('account.email.verification');
|
||||
|
||||
Reference in New Issue
Block a user