Skip to content
Snippets Groups Projects
Commit 4f92e560 authored by Sebastian Mihalache's avatar Sebastian Mihalache
Browse files

fix(component-manuscript-manager): add password reset token to coauthors

parent 997d78d1
No related branches found
No related tags found
1 merge request!43Sprint #19
......@@ -219,6 +219,7 @@ const sendAuthorsEmail = async ({
return {
...author,
isConfirmed: user.isConfirmed,
passwordResetToken: user.passwordResetToken,
...getEmailCopy({
emailType: author.isSubmitting
? 'submitting-author-manuscript-submitted'
......
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