authentik.sources.telegram.apps
5class TelegramConfig(ManagedAppConfig): 6 name = "authentik.sources.telegram" 7 label = "authentik_sources_telegram" 8 verbose_name = "authentik Sources.Telegram" 9 mountpoint = "source/telegram/" 10 default = True
Basic reconciliation logic for apps
name =
'authentik.sources.telegram'