Explorar o código

Add message when SMS authentication code is required

Chris Smith %!s(int64=11) %!d(string=hai) anos
pai
achega
bcee7a04ee
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      src/Composer/Util/GitHub.php

+ 1 - 1
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: ');