mirror of
https://github.com/goauthentik/authentik
synced 2026-05-11 09:26:22 +02:00
11 lines
254 B
Python
11 lines
254 B
Python
"""passbook captcha app"""
|
|
from django.apps import AppConfig
|
|
|
|
|
|
class PassbookCaptchaFactorConfig(AppConfig):
|
|
"""passbook captcha app"""
|
|
|
|
name = 'passbook.captcha_factor'
|
|
label = 'passbook_captcha_factor'
|
|
verbose_name = 'passbook Captcha'
|