This commit is contained in:
Moriz Wahl 2021-04-02 09:49:22 +02:00
parent 27f0de9464
commit 21a667eb25

View File

@ -25,7 +25,7 @@ export const signupTemplate = ({ email, nonce, inviteCode = null }) => {
} else { } else {
actionUrl.searchParams.set('method', 'invite-mail') actionUrl.searchParams.set('method', 'invite-mail')
} }
return { return {
from, from,
to: email, to: email,