Compare commits
No commits in common. "77d512c523ef778ae4320b06e7dcb0368947c839" and "1c676a1095428702fbf0f7be01f8bca09e178c18" have entirely different histories.
77d512c523
...
1c676a1095
|
|
@ -78,7 +78,7 @@
|
|||
|
||||
<li class="profile-items">
|
||||
<a @click="$dispatch('vpn-show-links')" class="profile-link">
|
||||
VPN's
|
||||
VPN's
|
||||
</a>
|
||||
</li>
|
||||
|
||||
|
|
|
|||
|
|
@ -32,13 +32,5 @@
|
|||
}
|
||||
return view('login');
|
||||
})->name('login');
|
||||
|
||||
Route::get('/', function () {
|
||||
if (Auth::check()) {
|
||||
return redirect('dashboard', 302);
|
||||
}
|
||||
return view('login');
|
||||
})->name('login');
|
||||
|
||||
Route::post('/login', [LoginController::class, 'login'])->name('login-post');
|
||||
});
|
||||
|
|
|
|||
Loading…
Reference in New Issue