From c2e2a443cbd952eaf182ae45047ebb08a9d9b883 Mon Sep 17 00:00:00 2001 From: Yoginth Date: Sat, 14 Dec 2024 11:09:30 +0530 Subject: [PATCH] Migrate to Lens v3 --- apps/web/src/helpers/authLink.ts | 3 --- 1 file changed, 3 deletions(-) diff --git a/apps/web/src/helpers/authLink.ts b/apps/web/src/helpers/authLink.ts index 7713a4ef8663..eb0a43193258 100644 --- a/apps/web/src/helpers/authLink.ts +++ b/apps/web/src/helpers/authLink.ts @@ -16,9 +16,6 @@ const REFRESH_AUTHENTICATION_MUTATION = ` refreshToken idToken } - ... on ForbiddenError { - reason - } } } `;