When delete a user via API the success message contain an extra space. #7906
Closed
Description
edu.harvard.iq.dataverse.api.Admin contains the following line:
return ok("AuthenticatedUser " + au.getIdentifier() + " deleted. ");
It contains an unnecessary extra space at the end on the message, which we should get rid of
Metadata
Assignees
Labels
No labels