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/captcha_factor/apps.py

11 lines
254 B
Python
Raw Normal View History

2018-12-14 12:51:12 +00:00
"""passbook captcha app"""
from django.apps import AppConfig
class PassbookCaptchaFactorConfig(AppConfig):
"""passbook captcha app"""
name = 'passbook.captcha_factor'
label = 'passbook_captcha_factor'
2018-12-16 15:02:03 +00:00
verbose_name = 'passbook Captcha'