Skip to content
This repository has been archived by the owner on Oct 4, 2024. It is now read-only.

Commit

Permalink
BE-#153: Revert back to using UUID for the invitationLink to prevent …
Browse files Browse the repository at this point in the history
…collisions
  • Loading branch information
Drumber committed May 24, 2024
1 parent ab1fc24 commit 73102d6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -165,6 +165,6 @@ private Event addUserToParticipantsIfNotParticipating(AuthenticatedPrincipal pri
}

private static String generateInvitationLink() {
return RandomStringUtils.randomAlphanumeric(24, 33);
return UUID.randomUUID().toString();
}
}

0 comments on commit 73102d6

Please sign in to comment.