mirror of
https://github.com/goauthentik/authentik
synced 2026-05-12 09:57:14 +02:00
5 lines
150 B
Python
5 lines
150 B
Python
"""passbook core source form fields"""
|
|
|
|
SOURCE_FORM_FIELDS = ["name", "slug", "enabled"]
|
|
SOURCE_SERIALIZER_FIELDS = ["pk", "name", "slug", "enabled"]
|