UX: Show first unique letters in invite link (#12434)

This commit is contained in:
Dan Ungureanu
2021-03-18 19:05:38 +02:00
committed by GitHub
parent da210b6d77
commit 5024ea72d2
4 changed files with 8 additions and 2 deletions

View File

@ -2,6 +2,7 @@
class InviteSerializer < ApplicationSerializer
attributes :id,
:invite_key,
:link,
:email,
:emailed,