From a5e050a96665e72101b087a3cd10c69b5e6b89d1 Mon Sep 17 00:00:00 2001 From: Michael Francis Date: Sat, 9 Jul 2011 23:26:33 -0400 Subject: Cleanup --- config/bootstrap/auth.php | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'config/bootstrap') 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"; -- cgit v1.2.3