This commit is contained in:
Ashley Ellis Pierce 2023-01-23 16:21:48 -05:00 коммит произвёл Hiroshi SHIBATA
Родитель 096f6eec3e
Коммит 774d1f1a00
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: F9CF13417264FAC2
1 изменённых файлов: 1 добавлений и 2 удалений

Просмотреть файл

@ -251,8 +251,7 @@ module Gem::GemcutterUtilities
end
def ask_otp(credentials)
webauthn_url = webauthn_verification_url(credentials)
if webauthn_url
if webauthn_url = webauthn_verification_url(credentials)
say "You have enabled multi-factor authentication. Please enter OTP code from your security device by visiting #{webauthn_url}."
else
say "You have enabled multi-factor authentication. Please enter OTP code."