This repository has been archived on 2024-05-31. You can view files and clone it, but cannot push or open issues or pull requests.
authentik/passbook/recovery/apps.py

12 lines
283 B
Python

"""passbook Recovery app config"""
from django.apps import AppConfig
class PassbookRecoveryConfig(AppConfig):
"""passbook Recovery app config"""
name = "passbook.recovery"
label = "passbook_recovery"
verbose_name = "passbook Recovery"
mountpoint = "recovery/"