Show sign in as success

This commit is contained in:
Eelco Dolstra
2013-07-09 12:07:18 +02:00
parent 08f3bb78c4
commit 5fecf8e385
2 changed files with 2 additions and 2 deletions

View File

@ -106,7 +106,7 @@ sub persona_login :Path('/persona-login') Args(0) {
$c->set_authenticated($user);
$c->stash->{json}->{result} = "ok";
$c->flash->{flashMsg} = "You are now signed in as <tt>" . $email . "</tt>";
$c->flash->{successMsg} = "You are now signed in as <tt>" . $email . "</tt>";
}