This commit is contained in:
Eelco Dolstra 2008-11-26 22:42:07 +00:00
parent 50ae3ca9e9
commit 161e836d0c

View file

@ -73,7 +73,6 @@ sub login :Local {
defined $c->flash->{afterLogin}
? $c->flash->{afterLogin}
: $c->uri_for('/'));
$c->flash->{afterLogin} = undef;
return;
}
$c->stash->{errorMsg} = "Bad username or password.";