From e6ed537c997a7c33695e093163d4ca8fa0b27c4a Mon Sep 17 00:00:00 2001 From: BrunoV21 Date: Mon, 8 Sep 2025 23:41:09 +0100 Subject: [PATCH] skip auth fix --- codetide/agents/tide/ui/__init__.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/codetide/agents/tide/ui/__init__.py b/codetide/agents/tide/ui/__init__.py index 99851ab..052985f 100644 --- a/codetide/agents/tide/ui/__init__.py +++ b/codetide/agents/tide/ui/__init__.py @@ -1,6 +1,8 @@ import os if os.getenv("SKIP_AUTH"): + pass +else: from .app import main __all__ = [