don't print serialized object on signup error (the proper error message will already be present anyway) ... fixes #1831

This commit is contained in:
rolux 2013-08-26 17:42:09 +00:00
parent e1760e7b50
commit 22d10ec653
1 changed files with 0 additions and 1 deletions

View File

@ -162,7 +162,6 @@ pandora.ui.accountForm = function(action, value) {
pandora.ui.accountWelcomeDialog().open();
} else {
pandora.$ui.accountDialog.enableButtons();
that.setMessages([{id: 'password', message: result.data.errors.toString()}]); // fixme
}
});
} else if (action == 'reset') {