diff --git a/frontend/.env.development b/frontend/.env.development index a9ec42c2e..abf31259f 100644 --- a/frontend/.env.development +++ b/frontend/.env.development @@ -32,4 +32,4 @@ USE_SEARCH_MOCK_DATA=false NEW_RELIC_APP_NAME= NEW_RELIC_LICENSE_KEY= -SESSION_SECRET=extraSecretSessionSecretValueSssh +# SESSION_SECRET=extraSecretSessionSecretValueSssh diff --git a/frontend/src/components/user/UserControl.tsx b/frontend/src/components/user/UserControl.tsx index 64e2847bc..e48c94336 100644 --- a/frontend/src/components/user/UserControl.tsx +++ b/frontend/src/components/user/UserControl.tsx @@ -20,7 +20,7 @@ const LoginLink = ({ loginUrl: string; }) => { return ( -