mirror of
https://github.com/open-webui/open-webui
synced 2025-06-26 18:26:48 +00:00
feat: set first user to admin by default
This commit is contained in:
@@ -9,7 +9,7 @@ import jwt
|
||||
|
||||
import config
|
||||
|
||||
JWT_SECRET_KEY = config.OLLAMA_WEBUI_JWT_SECRET_KEY
|
||||
JWT_SECRET_KEY = config.WEBUI_JWT_SECRET_KEY
|
||||
ALGORITHM = "HS256"
|
||||
|
||||
##############
|
||||
|
||||
Reference in New Issue
Block a user