mirror of
https://github.com/open-webui/open-webui
synced 2025-06-11 00:49:44 +00:00
fix: notes non admin issue
This commit is contained in:
parent
3dd2e80dec
commit
1f45b9df2e
@ -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 New Issue
Block a user