@ -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) {