mostly doc fixes and a little Minimal Bug fix involving the hash passed in.
[catagits/Catalyst-Plugin-Authentication.git] / lib / Catalyst / Plugin / Authentication / Store / Minimal.pm
index cecdfa7..0f3b2eb 100644 (file)
@@ -12,7 +12,7 @@ sub setup {
 
     $c->default_auth_store(
         Catalyst::Plugin::Authentication::Store::Minimal::Backend->new( 
-            $c->config->{authentication}{users}, $c
+            $c->config->{authentication}, $c
         )
     );