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:51 +01:00
committed by GitHub
parent c5884b2d8d
commit 601b441a8e

View File

@@ -20,7 +20,6 @@ type ServiceClass =
export async function createServiceForHost<T extends ServiceClass>(
service: T,
serviceUrl: string,
serviceRegion?: string,
) {
let token;