Skip to content
Snippets Groups Projects

skip opa exception for now

Merged Mohammad Torkashvand requested to merge fix/fix-opa-temporary into develop
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
@@ -96,7 +96,7 @@ export const WfoAuthWithPolicy: FC<WfoAuthWithPolicyProps> = ({ children }) => {
return policyTestResult[0].result === true;
}
return false;
return true;
};
if (
Loading