fix: external users can be added to groups manually (#1540)
This commit is contained in:
@@ -32,6 +32,7 @@ export const AddGroupMember = ({ groupId, presentUserIds }: AddGroupMemberProps)
|
||||
await revalidatePathActionAsync(`/manage/users/groups/${groupId}}/members`);
|
||||
},
|
||||
presentUserIds,
|
||||
excludeExternalProviders: true,
|
||||
},
|
||||
{
|
||||
title: tMembersAdd("label"),
|
||||
|
||||
Reference in New Issue
Block a user