Skip to content

Commit 3ba1f95

Browse files
author
Adam Wright
authored
Update chat-chainlit.py
1 parent da4a95a commit 3ba1f95

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

bin/chat-chainlit.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ def get_data_layer() -> BaseDataLayer:
4242
else:
4343
logging.warning("POSTGRES_CHAINLIT_DB undefined; Chainlit persistence disabled.")
4444

45-
if os.getenv("OAUTH_AUTH0_CLIENT_ID"):
45+
if os.getenv("CHAINLIT_AUTH_SECRET"):
4646

4747
@cl.oauth_callback
4848
def oauth_callback(

0 commit comments

Comments
 (0)