mirror of
https://github.com/goauthentik/authentik
synced 2026-05-11 17:36:35 +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"]
|