From 4b6b01ba3a8165c31a643561950c48a3be2de4e6 Mon Sep 17 00:00:00 2001 From: TheCactusBlue Date: Fri, 4 Apr 2025 11:46:06 -0700 Subject: [PATCH] more --- .../src/lib/stack-app/apps/implementations/client-app-impl.ts | 4 ---- 1 file changed, 4 deletions(-) diff --git a/packages/template/src/lib/stack-app/apps/implementations/client-app-impl.ts b/packages/template/src/lib/stack-app/apps/implementations/client-app-impl.ts index b89d39ba6..13c3a3c72 100644 --- a/packages/template/src/lib/stack-app/apps/implementations/client-app-impl.ts +++ b/packages/template/src/lib/stack-app/apps/implementations/client-app-impl.ts @@ -1479,10 +1479,6 @@ export class _StackClientAppImplIncomplete> { - if (!options.appUrl) { - return Result.error(new KnownErrors.CliAuthError("appUrl is required and must be set to the URL of the app you're authenticating with")); - } - // Step 1: Initiate the CLI auth process const response = await this._interface.sendClientRequest( "/auth/cli",