Revert "fix oauth source type import"

This reverts commit d015fd0244.
This commit is contained in:
Jens Langhammer
2023-12-28 15:29:03 +01:00
parent d015fd0244
commit dee87da591
+1 -1
View File
@@ -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: