diff options
-rw-r--r-- | config/bootstrap/auth.php | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/config/bootstrap/auth.php b/config/bootstrap/auth.php index ea6ef2e..67c3143 100644 --- a/config/bootstrap/auth.php +++ b/config/bootstrap/auth.php @@ -27,9 +27,8 @@ Auth::config(array( 'validators' => array( 'password' => function($form, $data) { return password::check($form, $data); - }) - ) -); + })) +)); $secret = "cake"; |