mirror of
https://github.com/goauthentik/authentik.git
synced 2025-02-12 13:04:23 +00:00
6 lines
126 B
Python
6 lines
126 B
Python
"""captcha factor admin"""
|
|
|
|
from passbook.lib.admin import admin_autoregister
|
|
|
|
admin_autoregister("passbook_factors_captcha")
|