mirror of
https://github.com/open-webui/open-webui.git
synced 2025-12-02 16:57:48 +01: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