mirror of
https://github.com/open-webui/open-webui.git
synced 2025-12-11 20:05:19 +00:00
fix: notes non admin issue
This commit is contained in:
parent
3dd2e80dec
commit
1f45b9df2e
1 changed files with 1 additions and 1 deletions
|
|
@ -15,7 +15,7 @@ from open_webui.env import SRC_LOG_LEVELS
|
|||
|
||||
|
||||
from open_webui.utils.auth import get_admin_user, get_verified_user
|
||||
from open_webui.utils.access_control import has_permission
|
||||
from open_webui.utils.access_control import has_access, has_permission
|
||||
|
||||
log = logging.getLogger(__name__)
|
||||
log.setLevel(SRC_LOG_LEVELS["MODELS"])
|
||||
|
|
|
|||
Loading…
Reference in a new issue