Skip to content

Commit

Permalink
Merge pull request #184 from bcgov/docs/invite-link-modal-text
Browse files Browse the repository at this point in the history
Invite link modal: clarify that links are single-use
  • Loading branch information
TimCsaky authored Apr 4, 2024
2 parents 24ec712 + 7cd0b50 commit 43762c6
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion frontend/src/components/common/InviteButton.vue
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,10 @@ onMounted(() => {

<ul class="mb-4">
<li>If a user already has permissions, you can link them with a share link</li>
<li>Invite someone using an invite link</li>
<li>
Invite someone using an invite link - the links are single-use; you must generate a new link for each user you
intend to send this to
</li>
<li>To share publicly or with a direct link, you must set the file to public - this only works for objects</li>
</ul>
<TabView>
Expand Down

0 comments on commit 43762c6

Please sign in to comment.