1
0
Fork 0
mirror of https://github.com/NixOS/hydra.git synced 2024-10-18 17:02:28 -04:00
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} defined $c->flash->{afterLogin}
? $c->flash->{afterLogin} ? $c->flash->{afterLogin}
: $c->uri_for('/')); : $c->uri_for('/'));
$c->flash->{afterLogin} = undef;
return; return;
} }
$c->stash->{errorMsg} = "Bad username or password."; $c->stash->{errorMsg} = "Bad username or password.";