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 {
actionUrl.searchParams.set('method', 'invite-mail')
}
return {
from,
to: email,