remove auth disabled support (#1013)

This commit is contained in:
ekko
2026-05-25 12:49:01 +08:00
committed by GitHub
parent 56c6cf3e2d
commit d03d5e6ac5
13 changed files with 18 additions and 61 deletions
+1 -1
View File
@@ -220,7 +220,7 @@ io(`${baseUrl}/chat-run`, {
})
```
如果未设置 `AUTH_DISABLED=1`服务端会与 Web UI token 比对。
服务端会与 Web UI token 比对。
---