This commit is contained in:
Eric Bailey
2025-08-07 12:20:20 -05:00
parent c1bfece250
commit 529d3dd574
@@ -42,10 +42,6 @@ export function usePolicyUpdateContext() {
export function Provider({children}: {children?: ReactNode}) {
const {hasSession} = useSession()
const [isReadyToShowOverlay, setIsReadyToShowOverlay] = useState(false)
console.log({
isReadyToShowOverlay,
hasSession,
})
const state = usePolicyUpdateState({
// only enable the policy update overlay in non-test environments
enabled: