We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1b3b1f0 commit 3cf314eCopy full SHA for 3cf314e
content/vault/v1.14.x/content/docs/auth/login-mfa/index.mdx
@@ -108,9 +108,7 @@ $ curl \
108
http://127.0.0.1:8200/v1/auth/userpass/login/alice
109
```
110
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**:
+Use the `-mfa` CLI flag or `VAULT_MFA` environment variable to pass in MFA credentials. For example:
114
115
- CLI flag: `-mfa "d16fd3c2-50de-0b9b-eed3-0301dadeca10:695452"`
116
- Environment variable: `export VAULT_MFA="d16fd3c2-50de-0b9b-eed3-0301dadeca10:695452"`
0 commit comments