fix enterprise settings

Signed-off-by: Marc 'risson' Schmitt <marc.schmitt@risson.space>
This commit is contained in:
Marc 'risson' Schmitt 2024-01-03 12:44:00 +01:00
parent ec2dc9528c
commit d06a458ef6
No known key found for this signature in database
GPG Key ID: 9C3FA22FABF1AA8D
1 changed files with 1 additions and 1 deletions

View File

@ -11,6 +11,6 @@ CELERY_BEAT_SCHEDULE = {
}
}
INSTALLED_APPS = [
TENANT_APPS = [
"authentik.enterprise.providers.rac",
]