Skip to content
This repository has been archived by the owner on Apr 3, 2019. It is now read-only.

Commit

Permalink
fix(emails): Fixed comment
Browse files Browse the repository at this point in the history
  • Loading branch information
vbudhram committed Sep 13, 2016
1 parent 41f4632 commit aaccab2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/routes/account.js
Original file line number Diff line number Diff line change
Expand Up @@ -549,7 +549,7 @@ module.exports = function (

if (shouldSendVerifyAccountEmail) {
// Only use tokenVerificationId if it is set, otherwise use the corresponding email code
// This covers the cases where sign-in confirmation is disabled.
// This covers the cases where sign-in confirmation is disabled or not needed.
var emailCode = tokenVerificationId ? tokenVerificationId : emailRecord.emailCode
emailSent = true

Expand Down

0 comments on commit aaccab2

Please sign in to comment.