*: use ManagedAppConfig everywhere (#14839)
This commit is contained in:
committed by
GitHub
parent
452639d6d2
commit
296031c5df
@ -1,11 +1,12 @@
|
||||
"""authentik radius provider app config"""
|
||||
|
||||
from django.apps import AppConfig
|
||||
from authentik.blueprints.apps import ManagedAppConfig
|
||||
|
||||
|
||||
class AuthentikProviderRadiusConfig(AppConfig):
|
||||
class AuthentikProviderRadiusConfig(ManagedAppConfig):
|
||||
"""authentik radius provider app config"""
|
||||
|
||||
name = "authentik.providers.radius"
|
||||
label = "authentik_providers_radius"
|
||||
verbose_name = "authentik Providers.Radius"
|
||||
default = True
|
||||
|
||||
Reference in New Issue
Block a user