mirror of
https://github.com/goauthentik/authentik.git
synced 2026-06-17 19:09:11 +03:00
fix oauth source type import
Signed-off-by: Jens Langhammer <jens@goauthentik.io>
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user