Skip to content

Commit c55de17

Browse files
authored
Merge pull request #31 from BrunoV21/typescrit-beta-2
skip auth fix
2 parents 914f1b0 + e6ed537 commit c55de17

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)