From c42d407cdae7483fc2757950928dd1ca78cc6ef4 Mon Sep 17 00:00:00 2001 From: Daniel Hougaard <62331820+DanielHougaard@users.noreply.github.com> Date: Wed, 13 Mar 2024 14:18:31 +0100 Subject: [PATCH] Chore: Remove old comments --- backend/src/services/auth/auth-login-service.ts | 4 ---- 1 file changed, 4 deletions(-) diff --git a/backend/src/services/auth/auth-login-service.ts b/backend/src/services/auth/auth-login-service.ts index 9aa2894119..e1b10530d2 100644 --- a/backend/src/services/auth/auth-login-service.ts +++ b/backend/src/services/auth/auth-login-service.ts @@ -184,10 +184,6 @@ export const authLoginServiceFactory = ({ if (!userEnc) throw new Error("Failed to find user"); const cfg = getConfig(); - // let organizationId; - - // let authMethod = (providerAuthToken as AuthMethod) || AuthMethod.EMAIL; - let authMethod = AuthMethod.EMAIL; let organizationId: string | undefined;