Update .chainlit/config.toml
Browse files- .chainlit/config.toml +1 -1
.chainlit/config.toml
CHANGED
@@ -26,7 +26,7 @@ cache = false
|
|
26 |
user_env = []
|
27 |
|
28 |
[auth]
|
29 |
-
cookie_auth = true
|
30 |
auth = "${CHAINLIT_AUTH_SECRET}"
|
31 |
|
32 |
# Duration (in seconds) during which the session is saved when the connection is lost
|
|
|
26 |
user_env = []
|
27 |
|
28 |
[auth]
|
29 |
+
#cookie_auth = true
|
30 |
auth = "${CHAINLIT_AUTH_SECRET}"
|
31 |
|
32 |
# Duration (in seconds) during which the session is saved when the connection is lost
|