Browse Source

Fix linter errors (#131)

master
Olli Vanhoja 8 years ago
committed by Jarmo Isotalo
parent
commit
5ce0fa9d99
  1. 2
      lib/login.js

2
lib/login.js

@ -61,7 +61,7 @@ async function register(url, {retryEmail = false} = {}) {
return register(url, {retryEmail: true})
}
const { token, securityCode } = await getVerificationData(url, email)
const {token, securityCode} = await getVerificationData(url, email)
console.log(`> Please follow the link sent to ${chalk.bold(email)} to log in.`)
if (securityCode) {

Loading…
Cancel
Save