Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
andrej-griniuk committed Apr 20, 2017
1 parent 9c15c52 commit 0e574a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ class AppController extends Controller
'secret' => 'secret', // database field
'remember' => 'remember' // checkbox form field name for "Trust this device" feature
],
'remember' => true, // enabled "Trust this device" feature
'remember' => true, // enable "Trust this device" feature
'cookie' => [ // cookie settings for "Trust this device" feature
'name' => 'TwoFactorAuth',
'httpOnly' => true,
Expand Down

0 comments on commit 0e574a5

Please sign in to comment.