Skip to content
Snippets Groups Projects
Commit 4e170cc7 authored by Bogdan Cochior's avatar Bogdan Cochior
Browse files

fix(mailing): add missing path

parent 203ce703
No related branches found
No related tags found
1 merge request!6Agree/Decline to work on a manuscript
......@@ -5,6 +5,7 @@ const Email = require('@pubsweet/component-send-email')
const config = require('config')
const resetPasswordPath = config.get('invite-reviewer.url')
const resetPath = config.get('invite-reset-password.url')
module.exports = {
setupInviteEmail: async (user, emailType, inviteUrl) => {
......
......@@ -125,10 +125,10 @@ const DashboardCard = ({
<AuthorTooltip
affiliation={affiliation}
authorName={`${firstName || ''} ${lastName || ''}`}
currentUser={currentUser}
email={email}
isCorresponding={isCorresponding}
isSubmitting={isSubmitting}
currentUser={currentUser}
key={userId}
>
<Author>
......
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