From 0e2f35db57a78182fa6e386ae3c3301538fcfd0d Mon Sep 17 00:00:00 2001
From: Sivert Kronen Hatteberg <skh@uio.no>
Date: Fri, 26 Nov 2021 08:53:43 +0100
Subject: [PATCH] Remove unused config variable

---
 frontend/.env | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/frontend/.env b/frontend/.env
index b53dc492..70faa8f9 100644
--- a/frontend/.env
+++ b/frontend/.env
@@ -6,6 +6,4 @@ REACT_APP_INST=uio
 REACT_APP_SUPPORT_URL=https://example.org
 
 REACT_APP_RESPONSIBLE_ORGANIZATION='Seksjon for integrasjon og elektroniske identiteter (INT)'
-REACT_APP_RESPONSIBLE_ORGANIZATION_LINK='https://www.usit.uio.no/om/organisasjon/bnt/usitint/'
-
-REACT_APP_THEME=default
+REACT_APP_RESPONSIBLE_ORGANIZATION_LINK='https://www.usit.uio.no/om/organisasjon/bnt/usitint/'
\ No newline at end of file
-- 
GitLab