Update apps/login/src/lib/service.ts

Co-authored-by: Elio Bischof <elio@zitadel.com>
This commit is contained in:
Max Peintner
2025-02-14 08:21:44 +01:00
committed by GitHub
parent 870736fe9e
commit c5884b2d8d

View File

@@ -40,12 +40,6 @@ export async function createServiceForHost<T extends ServiceClass>(
} }
if (!token) { if (!token) {
console.log(
`env vars:
${process.env.AUDIENCE},
${process.env.SYSTEM_USER_ID},
${process.env.SYSTEM_USER_PRIVATE_KEY}`,
);
throw new Error("No token found"); throw new Error("No token found");
} }