kphcdr 1 year ago
parent
commit
9f9bcf290f
1 changed files with 1 additions and 1 deletions
  1. 1 1
      config/cors.php

+ 1 - 1
config/cors.php

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