From 4de822d8d1cf91f1f2311df00d096e7b1d0e4c82 Mon Sep 17 00:00:00 2001 From: andreybolonin Date: Wed, 20 Jun 2018 00:49:32 +0300 Subject: [PATCH] symfony-flex-server request fix --- hwi/oauth-bundle/0.6/config/packages/framework.yaml | 2 +- hwi/oauth-bundle/0.6/config/packages/hwi_oauth.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/hwi/oauth-bundle/0.6/config/packages/framework.yaml b/hwi/oauth-bundle/0.6/config/packages/framework.yaml index 6cf3a112..14ce5342 100644 --- a/hwi/oauth-bundle/0.6/config/packages/framework.yaml +++ b/hwi/oauth-bundle/0.6/config/packages/framework.yaml @@ -1 +1 @@ -framework.session.enabled: true \ No newline at end of file +framework.session.enabled: true diff --git a/hwi/oauth-bundle/0.6/config/packages/hwi_oauth.yaml b/hwi/oauth-bundle/0.6/config/packages/hwi_oauth.yaml index 89e2fc34..79847580 100644 --- a/hwi/oauth-bundle/0.6/config/packages/hwi_oauth.yaml +++ b/hwi/oauth-bundle/0.6/config/packages/hwi_oauth.yaml @@ -9,4 +9,4 @@ hwi_oauth: client_id: client_secret: options: - csrf: true \ No newline at end of file + csrf: true