authentik/passbook/factors/otp/apps.py

13 lines
289 B
Python
Raw Normal View History

2019-10-07 15:33:48 +01:00
"""passbook OTP AppConfig"""
from django.apps.config import AppConfig
class PassbookFactorOTPConfig(AppConfig):
"""passbook OTP AppConfig"""
2019-12-31 11:51:16 +00:00
name = "passbook.factors.otp"
label = "passbook_factors_otp"
verbose_name = "passbook Factors.OTP"
mountpoint = "user/otp/"