Skip to content
Snippets Groups Projects

Feature/nat 569 add opa to gui2

Merged Mohammad Torkashvand requested to merge feature/NAT-569-add-opa-to-gui2 into develop
All threads resolved!
Files
2
@@ -96,9 +96,7 @@ export const WfoAuthWithPolicy: FC<WfoAuthWithPolicyProps> = ({ children }) => {
return policyTestResult[0].result === true;
}
// By default the handler allows everything when session is null or when
// the policy is not available (failed or not loaded)
return true;
return false;
};
if (
Loading