diff --git a/src/cli/login.ts b/src/cli/login.ts index c3040fd..f2183ae 100644 --- a/src/cli/login.ts +++ b/src/cli/login.ts @@ -101,6 +101,7 @@ export const loginCommand = new Command() } // Generate an API key. + OpenAPI.HEADERS = { "Sindri-Team-Id": `${teamId}` }; const apiKeyResult = await AuthorizationService.apikeyGenerate({ username, password,