Skip to content

Commit

Permalink
Prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
Dom Harrington committed Oct 1, 2018
1 parent 1baeec9 commit 64df251
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/login.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ async function getCredentials(opts) {
password: await read({ prompt: 'Password:', silent: true }),
project:
opts.project || (await read({ prompt: 'Project:', default: configStore.get('project') })),
token: opts['2fa'] && await read({ prompt: '2fa token:' })
token: opts['2fa'] && (await read({ prompt: '2fa token:' })),
};
}

Expand Down

0 comments on commit 64df251

Please sign in to comment.