🐛 fix(auth): add AUTH_DISABLE_EMAIL_PASSWORD env to enable SSO-only mode (#12009)

This commit is contained in:
YuTengjing
2026-01-31 18:25:22 +08:00
committed by GitHub
parent 8b8159eb01
commit f3210a3f57
29 changed files with 345 additions and 83 deletions
-1
View File
@@ -7,4 +7,3 @@ NODE_OPTIONS = "--max-old-space-size=4096"
[template.environment]
OPENAI_API_KEY = "set your OpenAI API Key"
ACCESS_CODE = "set your password to protect your api key"