diff --git a/src/Composer/Util/GitHub.php b/src/Composer/Util/GitHub.php index 6794dd507..40060395f 100644 --- a/src/Composer/Util/GitHub.php +++ b/src/Composer/Util/GitHub.php @@ -140,7 +140,7 @@ class GitHub } if ('sms' === $method) { - // @todo + $this->io->write('You have been sent an SMS message with an authentication code to verify your identity.'); } $otp = $this->io->ask('Authentication Code: ');