From 3e4f3d6a4bf6f4ba81c6b32e2ba7536a0a4244a1 Mon Sep 17 00:00:00 2001 From: marius-mather Date: Thu, 21 Aug 2025 09:10:22 +1000 Subject: [PATCH] Need to add platform membership admins to the main admin app --- db/admin.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/db/admin.py b/db/admin.py index a1fda5ac..827e38dc 100644 --- a/db/admin.py +++ b/db/admin.py @@ -171,6 +171,8 @@ class DatabaseAdmin: Auth0RoleAdmin, GroupMembershipAdmin, GroupMembershipHistoryAdmin, + PlatformMembershipAdmin, + PlatformMembershipHistoryAdmin, ) def __init__(self, app: FastAPI, secret_key: str):