Skip to content

Commit 3cf314e

Browse files
authored
Apply suggestion from @schavis
1 parent 1b3b1f0 commit 3cf314e

File tree

1 file changed

+1
-3
lines changed
  • content/vault/v1.14.x/content/docs/auth/login-mfa

1 file changed

+1
-3
lines changed

content/vault/v1.14.x/content/docs/auth/login-mfa/index.mdx

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -108,9 +108,7 @@ $ curl \
108108
http://127.0.0.1:8200/v1/auth/userpass/login/alice
109109
```
110110

111-
For CLI, you need to make use of the `-mfa` flag or `VAULT_MFA` environment variable to pass in the MFA credentials.
112-
113-
**Examples**:
111+
Use the `-mfa` CLI flag or `VAULT_MFA` environment variable to pass in MFA credentials. For example:
114112

115113
- CLI flag: `-mfa "d16fd3c2-50de-0b9b-eed3-0301dadeca10:695452"`
116114
- Environment variable: `export VAULT_MFA="d16fd3c2-50de-0b9b-eed3-0301dadeca10:695452"`

0 commit comments

Comments
 (0)