feat: support credentials
Laravel CI-CD / Tests Unitaires (push) Successful in 21s Details
Laravel CI-CD / Deploy with Kamal (push) Successful in 1m42s Details

This commit is contained in:
Leon Morival 2026-05-20 16:06:50 +02:00
parent f85900aef4
commit a66fc41e1f
1 changed files with 1 additions and 1 deletions

View File

@ -29,6 +29,6 @@ return [
'max_age' => 0,
'supports_credentials' => false,
'supports_credentials' => true,
];