mirror of
https://github.com/Frooodle/Stirling-PDF.git
synced 2025-12-18 20:04:17 +01:00
clean
This commit is contained in:
parent
b4471edff1
commit
856dd2ed07
@ -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') });
|
||||
|
||||
Loading…
Reference in New Issue
Block a user