Minor HTML fixes

This commit is contained in:
2024-09-08 14:16:15 +10:00
parent 84d9d271dc
commit 2c4bf83250
2 changed files with 2 additions and 2 deletions

View File

@@ -194,6 +194,6 @@ return [
|
*/
'same_site' => null,
'same_site' => env('SESSION_SAME_SITE', 'lax'),
];