From d0cb55c353eba58b0b676472edd4b65b94b74e0c Mon Sep 17 00:00:00 2001
From: Mohammad Torkashvand <mohammad.torkashvand@geant.org>
Date: Thu, 23 May 2024 16:29:21 +0200
Subject: [PATCH] skip opa exception for now

---
 components/WfoAuthWithPolicy.tsx | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/components/WfoAuthWithPolicy.tsx b/components/WfoAuthWithPolicy.tsx
index 140979d..0fd3e3b 100644
--- a/components/WfoAuthWithPolicy.tsx
+++ b/components/WfoAuthWithPolicy.tsx
@@ -96,7 +96,7 @@ export const WfoAuthWithPolicy: FC<WfoAuthWithPolicyProps> = ({ children }) => {
       return policyTestResult[0].result === true;
     }
 
-    return false;
+    return true;
   };
 
   if (
-- 
GitLab