diff options
Diffstat (limited to 'deps/npm/docs/content/commands/npm-adduser.md')
-rw-r--r-- | deps/npm/docs/content/commands/npm-adduser.md | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/deps/npm/docs/content/commands/npm-adduser.md b/deps/npm/docs/content/commands/npm-adduser.md index f0cd57be25..bc7d888a2f 100644 --- a/deps/npm/docs/content/commands/npm-adduser.md +++ b/deps/npm/docs/content/commands/npm-adduser.md @@ -67,7 +67,8 @@ npm init --scope=@foo --yes * Default: "web" * Type: "legacy" or "web" -What authentication strategy to use with `login`. +What authentication strategy to use with `login`. Note that if an `otp` +config is given, this value will always be set to `legacy`. ### See Also |