Skip to content

Commit 13ca9f1

Browse files
committed
Log the normalised email when sending login link
1 parent 0988fa8 commit 13ca9f1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/authentication/send-log-in-link.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,6 @@ export const sendLogInLink = (
5959
return pipe(
6060
deps.rateLimitSendingOfEmails(email),
6161
TE.chain(deps.sendEmail),
62-
TE.map(() => `Sent login link to ${emailAddress}`)
62+
TE.map(() => `Sent login link to ${members[0].emailAddress}`)
6363
);
6464
}

0 commit comments

Comments
 (0)