authentik/authentik/stages/authenticator_static/apps.py

13 lines
375 B
Python

"""Authenticator Static stage"""
from authentik.blueprints.apps import ManagedAppConfig
class AuthentikStageAuthenticatorStaticConfig(ManagedAppConfig):
"""Authenticator Static stage"""
name = "authentik.stages.authenticator_static"
label = "authentik_stages_authenticator_static"
verbose_name = "authentik Stages.Authenticator.Static"
default = True