diff --git a/lib/login.js b/lib/login.js index d448308..2de8df3 100644 --- a/lib/login.js +++ b/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) {