No detatch after consumer error
[catagits/Catalyst-Authentication-Credential-OpenID.git] / lib / Catalyst / Authentication / Credential / OpenID.pm
index 6eb4d72..06d646b 100644 (file)
@@ -96,7 +96,7 @@ sub authenticate {
             else
             {
                 $c->log->error($csr->err . " -- $claimed_uri");
-                $c->detach();
+                return;
             }
         }