
* format files Signed-off-by: Jens Langhammer <jens@goauthentik.io> * fix pyright Signed-off-by: Jens Langhammer <jens@goauthentik.io> * revert #8367 Signed-off-by: Jens Langhammer <jens@goauthentik.io> * sigh Signed-off-by: Jens Langhammer <jens@goauthentik.io> --------- Signed-off-by: Jens Langhammer <jens@goauthentik.io>
12 lines
234 B
Python
12 lines
234 B
Python
"""authentik brands app"""
|
|
|
|
from django.apps import AppConfig
|
|
|
|
|
|
class AuthentikBrandsConfig(AppConfig):
|
|
"""authentik Brand app"""
|
|
|
|
name = "authentik.brands"
|
|
label = "authentik_brands"
|
|
verbose_name = "authentik Brands"
|