mirror of
https://github.com/goauthentik/authentik
synced 2026-05-11 01:22:25 +02:00
6 lines
93 B
Python
6 lines
93 B
Python
"""passbook admin settings"""
|
|
|
|
MIDDLEWARE = [
|
|
"passbook.admin.middleware.impersonate",
|
|
]
|