mirror of
https://github.com/NNTmux/newznab-tmux.git
synced 2026-09-02 19:28:55 +00:00
CS fixes
This commit is contained in:
@@ -197,7 +197,7 @@ class PasswordSecurityController extends Controller
|
||||
'domain' => '',
|
||||
'secure' => request()->secure(),
|
||||
'httponly' => false,
|
||||
'samesite' => 'Lax'
|
||||
'samesite' => 'Lax',
|
||||
]
|
||||
);
|
||||
|
||||
@@ -243,6 +243,7 @@ class PasswordSecurityController extends Controller
|
||||
|
||||
// Create a response with the rendered content instead of directly outputting
|
||||
$content = app('smarty.view')->fetch($theme.'/2fa_verify.tpl');
|
||||
|
||||
return response($content);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user