@odla-ai/cli 0.27.0 → 0.27.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.cjs CHANGED
@@ -406,6 +406,7 @@ async function freshHandshake(ctx, waitMs) {
406
406
  endpoint: ctx.cfg.platformUrl,
407
407
  email: ctx.email,
408
408
  label: `${ctx.cfg.app.id} provisioner`,
409
+ projectIds: [ctx.cfg.app.id],
409
410
  fetch: ctx.doFetch,
410
411
  waitMs,
411
412
  onCode: async ({ userCode, deviceCode, expiresIn, interval, verificationUriComplete }) => {