mirror of
https://github.com/goauthentik/authentik
synced 2026-05-14 19:06:39 +02:00
6 lines
114 B
Python
6 lines
114 B
Python
"""Passbook LDAP Admin"""
|
|
|
|
from passbook.lib.admin import admin_autoregister
|
|
|
|
admin_autoregister('passbook_ldap')
|