From 3f350eec4b2d3d190ac68c000ab97c1d8f5e7c65 Mon Sep 17 00:00:00 2001 From: "l.gabrysiak" Date: Sun, 2 Mar 2025 12:12:25 +0100 Subject: [PATCH] mod auth --- backend/open_webui/utils/oauth.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/backend/open_webui/utils/oauth.py b/backend/open_webui/utils/oauth.py index dbd4050..1c2dbbb 100644 --- a/backend/open_webui/utils/oauth.py +++ b/backend/open_webui/utils/oauth.py @@ -319,8 +319,6 @@ class OAuthManager: user_data.get("permissions", ""), user_data.get("subscription", "") ) - - print(user_data.get("permissions")) if not user: