summaryrefslogtreecommitdiff
path: root/lib/PAUSE/OpenID/Controller/Root.pm
diff options
context:
space:
mode:
Diffstat (limited to 'lib/PAUSE/OpenID/Controller/Root.pm')
-rw-r--r--lib/PAUSE/OpenID/Controller/Root.pm7
1 files changed, 7 insertions, 0 deletions
diff --git a/lib/PAUSE/OpenID/Controller/Root.pm b/lib/PAUSE/OpenID/Controller/Root.pm
index 05135e5..e0575b8 100644
--- a/lib/PAUSE/OpenID/Controller/Root.pm
+++ b/lib/PAUSE/OpenID/Controller/Root.pm
@@ -108,6 +108,13 @@ sub login_failed :Local {
$c->res->body('login fail');
}
+sub pauseid : Regex('^(.*)/?$') {
+ my ( $self, $c ) = @_;
+ my $param = $c->req->captures->[0];
+ $c->log->error("user $param");
+
+}
+
=head2 end
Attempt to render a view, if needed.