This commit is contained in:
DariusIII
2025-06-09 16:06:56 +02:00
parent 0556c25aba
commit b724fa176c
5 changed files with 15 additions and 18 deletions
@@ -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);
}