Commit 4b92e810 authored by Antony Le Courtes's avatar Antony Le Courtes
Browse files

Augmentation du timeout CSRF pour les formulaires des données personnelles (#67532)

parent 4935894b
Loading
Loading
Loading
Loading
Loading
+9 −1
Original line number Diff line number Diff line
@@ -119,7 +119,15 @@ class IntervenantDossierForm extends AbstractForm
        /**
         * Csrf
         */
        $this->add(new Csrf('security'));
        $this->add([
            'name'    => 'security',
            'type'    => Csrf::class,
            'options' => [
                'csrf_options' => [
                    'timeout' => 1800,
                ],
            ],
        ]);

        /**
         * Submit