From 369a5a5233898af664b9a7c5c74785a51e7893c9 Mon Sep 17 00:00:00 2001 From: Manav Rathi Date: Thu, 23 May 2024 20:19:20 +0530 Subject: [PATCH] lf --- web/apps/auth/src/services/code.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/web/apps/auth/src/services/code.ts b/web/apps/auth/src/services/code.ts index a1329f8d7..064cc7874 100644 --- a/web/apps/auth/src/services/code.ts +++ b/web/apps/auth/src/services/code.ts @@ -93,7 +93,6 @@ const _getType = (uriPath: string): Code["type"] => { throw new Error(`Unsupported format with host ${oauthType}`); }; - const _getAccount = (uriPath: string): string => { try { const path = decodeURIComponent(uriPath);