From 4186ebed244aab3d544fd5f8296d04e53692c586 Mon Sep 17 00:00:00 2001 From: Kevin Lin Date: Tue, 5 Jul 2022 14:09:24 -0700 Subject: [PATCH] Implemented wording suggestions --- setting-up-multifactor-authentication.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setting-up-multifactor-authentication.md b/setting-up-multifactor-authentication.md index c116a31..f6551d8 100644 --- a/setting-up-multifactor-authentication.md +++ b/setting-up-multifactor-authentication.md @@ -26,7 +26,7 @@ will see a dropdown menu with these options: - **UI and gem signin**: UI operations and `gem signin` will require OTP code. - **UI and API**: UI operations, `gem signin`, `push`, `owner --add` and `owner --remove` will require OTP code. -UI Only was previously a valid MFA level, however, it has been removed and only accounts that were previously at that level will still see it in the dropdown. +**UI only** was previously a valid MFA level. However, it has been removed, and only accounts that are currently at that level will still see it in the dropdown. Note: If you are on the **UI and gem signin** authentication level, you can selectively enable MFA on specific API keys (see [API key scopes](https://guides.rubygems.org/api-key-scopes/#enable-mfa-on-specific-api-keys)).