Signed-off-by: Jens Langhammer <jens@goauthentik.io>
This commit is contained in:
Jens Langhammer 2024-01-11 15:50:28 +01:00
parent 838b3faaf9
commit 29e5c2bf49
No known key found for this signature in database
1 changed files with 1 additions and 1 deletions

View File

@ -21,7 +21,7 @@ class ManagedAppConfig(AppConfig):
self._logger = get_logger().bind(app_name=app_name)
def ready(self) -> None:
self.reconcile()
self.reconcile_global()
self.reconcile_tenant()
return super().ready()