mirror of
https://github.com/zitadel/zitadel.git
synced 2025-08-22 16:07:41 +00:00
Update apps/login/src/lib/service.ts
Co-authored-by: Elio Bischof <elio@zitadel.com>
This commit is contained in:
@@ -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");
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user