Skip to content

Commit

Permalink
fix readme #10
Browse files Browse the repository at this point in the history
  • Loading branch information
andrej-griniuk committed Apr 28, 2017
1 parent 0e574a5 commit e4b4352
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,12 +62,12 @@ class AppController extends Controller
'httpOnly' => true,
'expires' => '+30 days'
],
],
'verifyAction' => [
'prefix' => false,
'controller' => 'TwoFactorAuth',
'action' => 'verify',
'plugin' => 'TwoFactorAuth'
'verifyAction' => [
'prefix' => false,
'controller' => 'TwoFactorAuth',
'action' => 'verify',
'plugin' => 'TwoFactorAuth'
],
],
],
]);
Expand Down

0 comments on commit e4b4352

Please sign in to comment.