From 6d370029e970c0717474ed82682b5dbac84650a8 Mon Sep 17 00:00:00 2001 From: Vikram Rangnekar Date: Tue, 4 Jun 2019 11:26:06 -0400 Subject: [PATCH] Fix bug with passing cookies in web ui --- config/dev.yml | 2 +- web/src/App.js | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/config/dev.yml b/config/dev.yml index 56b4764..07c417b 100644 --- a/config/dev.yml +++ b/config/dev.yml @@ -41,7 +41,7 @@ auth: version: 5.2 # Found in 'Rails.application.config.secret_key_base' - secret_key_base: 0a248500a64c01184edbf8097ac... + secret_key_base: 0a248500a64c01184edb4d7ad3a805488f8097ac761b76aaa6c17c01dcb7af03a2f18ba61b2868134b9c7b79a122bc0dadff4367414a2d173297bfea92be5566 # Remote cookie store. (memcache or redis) # url: redis://redis:6379 diff --git a/web/src/App.js b/web/src/App.js index 3ba9147..1c66aa1 100755 --- a/web/src/App.js +++ b/web/src/App.js @@ -43,11 +43,11 @@ class App extends Component {