We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0988fa8 commit 13ca9f1Copy full SHA for 13ca9f1
src/authentication/send-log-in-link.ts
@@ -59,6 +59,6 @@ export const sendLogInLink = (
59
return pipe(
60
deps.rateLimitSendingOfEmails(email),
61
TE.chain(deps.sendEmail),
62
- TE.map(() => `Sent login link to ${emailAddress}`)
+ TE.map(() => `Sent login link to ${members[0].emailAddress}`)
63
);
64
}
0 commit comments