mirror of
https://github.com/NNTmux/newznab-tmux.git
synced 2026-08-29 01:01:24 +00:00
Start using blade and tailwindcss
This commit is contained in:
@@ -164,15 +164,7 @@ class LoginController extends Controller
|
||||
|
||||
public function showLoginForm()
|
||||
{
|
||||
$theme = 'Gentele';
|
||||
|
||||
$meta_title = 'Login';
|
||||
$meta_keywords = 'Login';
|
||||
$meta_description = 'Login';
|
||||
// $content = app('smarty.view')->fetch($theme.'/login.tpl');
|
||||
app('smarty.view')->assign(compact(/* 'content', */ 'meta_title', 'meta_keywords', 'meta_description'));
|
||||
|
||||
return app('smarty.view')->display($theme.'/login.tpl');
|
||||
return view('auth.login');
|
||||
}
|
||||
|
||||
public function logout(Request $request): \Illuminate\Routing\Redirector|RedirectResponse
|
||||
|
||||
Reference in New Issue
Block a user