Skip to content
Snippets Groups Projects
Commit 0ed21884 authored by Sebastian's avatar Sebastian
Browse files

feat(component-mail-service): add inv token to decline link

parent 1c1bd23e
No related branches found
No related tags found
1 merge request!6Agree/Decline to work on a manuscript
......@@ -160,6 +160,7 @@ module.exports = {
collectionId: collection.id,
agree: false,
invitationId,
invitationToken: invitedUser.invitationToken,
})}`
if (!invitedUser.isConfirmed) {
agreeUrl = `${baseUrl}${resetPasswordPath}?${querystring.encode({
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment