diff --git a/src/utils/loginCodes.js b/src/utils/loginCodes.js index 02b11572..e7b598d2 100644 --- a/src/utils/loginCodes.js +++ b/src/utils/loginCodes.js @@ -103,7 +103,7 @@ function emailBody(code, appName) { '
' + code + '
' + 'It expires in ' + TTL_MINUTES + ' minutes and can be used once.
' + 'If you did not ask to sign in, ignore this message ' + - 'and nothing will happen. Your password still works as usual.
'; + 'and nothing will happen.'; } module.exports = { issue, consume, sweep, generate, normalise, emailBody,