Skip to content

Commit

Permalink
fixup! fixup! fixup! fixup! fixup! fixup! fixup! fixup! fixup! fixup!…
Browse files Browse the repository at this point in the history
… fixup! fixup! Allow scanning for exposures without logging in
  • Loading branch information
Vinnl committed Apr 6, 2023
1 parent 87d7802 commit bb34093
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/controllers/settings.js
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ async function addEmail (req, res) {

const unverifiedSubscriber = await addSubscriberUnverifiedEmailHash(
req.session.user,
validateEmailAddress.email
validatedEmail.email
)

await sendVerificationEmail(sessionUser, unverifiedSubscriber.id)
Expand Down

0 comments on commit bb34093

Please sign in to comment.