From 4f56a794566a30db8d40ffc80f4184917db0a3b6 Mon Sep 17 00:00:00 2001 From: Ian Philips Date: Wed, 26 Jun 2024 15:44:01 -0700 Subject: [PATCH] Flip flag --- common/src/gidx/gidx.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/src/gidx/gidx.ts b/common/src/gidx/gidx.ts index 4732ba50b3..1feba0fd22 100644 --- a/common/src/gidx/gidx.ts +++ b/common/src/gidx/gidx.ts @@ -1,6 +1,6 @@ import { z } from 'zod' -export const GIDX_REGISTATION_ENABLED = true +export const GIDX_REGISTATION_ENABLED = false export const GIDX_DOCUMENTS_REQUIRED = 2 export const GPSProps = z.object({