fix: external users can be added to groups manually (#1540)

This commit is contained in:
Meier Lukas
2024-11-24 13:43:25 +01:00
committed by GitHub
parent 2e2814707e
commit 32e6b8ee45
3 changed files with 8 additions and 3 deletions

View File

@@ -32,6 +32,7 @@ export const AddGroupMember = ({ groupId, presentUserIds }: AddGroupMemberProps)
await revalidatePathActionAsync(`/manage/users/groups/${groupId}}/members`);
},
presentUserIds,
excludeExternalProviders: true,
},
{
title: tMembersAdd("label"),