Skip to content

Commit e6ed537

Browse files
committed
skip auth fix
1 parent d255b18 commit e6ed537

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

codetide/agents/tide/ui/__init__.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
import os
22

33
if os.getenv("SKIP_AUTH"):
4+
pass
5+
else:
46
from .app import main
57

68
__all__ = [

0 commit comments

Comments
 (0)