This commit is contained in:
Anthony Stirling 2025-11-29 11:59:13 +00:00
parent b4471edff1
commit 856dd2ed07

View File

@ -138,7 +138,7 @@ export default function InviteMembersModal({ opened, onClose }: InviteMembersMod
password: inviteForm.password,
role: inviteForm.role,
teamId: inviteForm.teamId,
authType: inviteForm.authType.toLowerCase(),
authType: inviteForm.authType === 'WEB' ? 'password' : 'SSO',
forceChange: inviteForm.forceChange,
});
alert({ alertType: 'success', title: t('workspace.people.addMember.success') });