From d015fd0244a52a5acf6db319d79c2e3a302d7ec0 Mon Sep 17 00:00:00 2001 From: Jens Langhammer Date: Thu, 28 Dec 2023 15:24:11 +0100 Subject: [PATCH] fix oauth source type import Signed-off-by: Jens Langhammer --- authentik/sources/oauth/apps.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/authentik/sources/oauth/apps.py b/authentik/sources/oauth/apps.py index 04a9a506d..b1310e85c 100644 --- a/authentik/sources/oauth/apps.py +++ b/authentik/sources/oauth/apps.py @@ -31,7 +31,7 @@ class AuthentikSourceOAuthConfig(ManagedAppConfig): mountpoint = "source/oauth/" default = True - def reconcile_sources_loaded(self): + def reconcile_tenant_sources_loaded(self): """Load source_types from config file""" for source_type in AUTHENTIK_SOURCES_OAUTH_TYPES: try: