Skip to content
This repository has been archived by the owner on Aug 11, 2022. It is now read-only.

fix: spelling of the word authenticator #18823

Merged
merged 1 commit into from
Oct 19, 2017
Merged

fix: spelling of the word authenticator #18823

merged 1 commit into from
Oct 19, 2017

Conversation

tmcw
Copy link
Contributor

@tmcw tmcw commented Oct 12, 2017

Does what it says on the tin: the message that asks a user for an OTP has a typo, and this fixes that typo.

@tmcw tmcw requested a review from a team as a code owner October 12, 2017 22:48
Copy link
Contributor

@iarna iarna left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good, thank you! It'll be in the next release. =)

@@ -25,7 +25,7 @@ module.exports.login = function login (creds, registry, scope, cb) {
return profile.adduser(username, email, password, {registry: registry})
}).catch((err) => {
if (err.code === 'EOTP' && !auth.otp) {
return read.otp('Authenicator provided OTP:').then((otp) => {
return read.otp('Authenticator provided OTP:').then((otp) => {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ouch, I thought I'd gotten all of those typos. My fingers really don't like the t in that word.

@zkat zkat changed the base branch from latest to release-next October 19, 2017 01:37
@zkat zkat merged commit 7ae12b2 into npm:release-next Oct 19, 2017
@zkat zkat mentioned this pull request Oct 19, 2017
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants