Merge pull request #204 from zjean/2fa

Validate the 2fa secret
This commit is contained in:
James Cole
2016-03-07 20:01:19 +01:00
13 changed files with 217 additions and 13 deletions

View File

@@ -181,6 +181,7 @@ return [
// Barryvdh\Debugbar\ServiceProvider::class,
'DaveJamesMiller\Breadcrumbs\ServiceProvider',
'TwigBridge\ServiceProvider',
'PragmaRX\Google2FA\Vendor\Laravel\ServiceProvider',
],
@@ -238,7 +239,7 @@ return [
'ExpandedForm' => 'FireflyIII\Support\Facades\ExpandedForm',
'Entrust' => 'Zizaco\Entrust\EntrustFacade',
'Input' => 'Illuminate\Support\Facades\Input',
'Google2FA' => 'PragmaRX\Google2FA\Vendor\Laravel\Facade',
],