From 0651d524b150b1daaacacd58a3398ab50b77208a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lu=C3=ADs=20Torres?= Date: Mon, 20 May 2024 15:05:23 +0100 Subject: [PATCH] update message --- packages/web-app/app/_server/idos/idos-grantee.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/packages/web-app/app/_server/idos/idos-grantee.ts b/packages/web-app/app/_server/idos/idos-grantee.ts index 7a34d06c..7e30f3b6 100644 --- a/packages/web-app/app/_server/idos/idos-grantee.ts +++ b/packages/web-app/app/_server/idos/idos-grantee.ts @@ -175,6 +175,7 @@ export class idOSGrantee { async isValidCredential(credential: any): Promise { try { + // Ignore for now due to minification issues from idOS SDK side // let result: any; // if (process.env.NEXT_PUBLIC_ENABLE_TESTNETS === 'true') {