diff --git a/authentik/sources/oauth/apps.py b/authentik/sources/oauth/apps.py index b1310e85c..04a9a506d 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_tenant_sources_loaded(self): + def reconcile_sources_loaded(self): """Load source_types from config file""" for source_type in AUTHENTIK_SOURCES_OAUTH_TYPES: try: