1
0
Fork 0

Add message when SMS authentication code is required

pull/2577/head
Chris Smith 2014-01-31 16:26:43 +00:00
parent 2a08f55079
commit bcee7a04ee
1 changed files with 1 additions and 1 deletions

View File

@ -140,7 +140,7 @@ class GitHub
} }
if ('sms' === $method) { 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: '); $otp = $this->io->ask('Authentication Code: ');