forked from 0x2620/pandora
don't print serialized object on signup error (the proper error message will already be present anyway) ... fixes #1831
This commit is contained in:
parent
e1760e7b50
commit
22d10ec653
1 changed files with 0 additions and 1 deletions
|
@ -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') {
|
||||
|
|
Loading…
Reference in a new issue