From bcee7a04ee54e2d9b232a702c379eb0389255656 Mon Sep 17 00:00:00 2001 From: Chris Smith Date: Fri, 31 Jan 2014 16:26:43 +0000 Subject: [PATCH] Add message when SMS authentication code is required --- src/Composer/Util/GitHub.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: ');