From ec9841736ba1283221c793d28ee26ada3e110e8d Mon Sep 17 00:00:00 2001 From: almeida1492 Date: Thu, 28 Sep 2023 10:30:52 +0200 Subject: [PATCH] feat: Turn off permissions check in dev --- .env.development | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.env.development b/.env.development index 62608c8e9..dff9b6064 100644 --- a/.env.development +++ b/.env.development @@ -1,2 +1,2 @@ REACT_APP_USE_MOCK_API=true -REACT_APP_ENABLE_PERMISSIONS=true \ No newline at end of file +REACT_APP_ENABLE_PERMISSIONS=false \ No newline at end of file