Chore: Remove old comments

This commit is contained in:
Daniel Hougaard
2024-03-13 14:18:31 +01:00
parent 80b4bc18ec
commit c42d407cda

View File

@ -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;