Auth::Store::Htpasswd changes for 0.02
[catagits/Catalyst-Authentication-Store-Htpasswd.git] / lib / Catalyst / Plugin / Authentication / Store / Htpasswd / User.pm
index ad5d17c..f0cca0b 100644 (file)
@@ -25,10 +25,10 @@ sub id {
 
 sub supported_features {
        return {
-               password => {
-                       self_check => 1,
+        password => {
+            self_check => 1,
                },
-               session => 1,
+        session => 1,
         roles => 1,
        };
 }