Fix login error message

This commit is contained in:
Brian Federle 2011-12-05 19:28:53 -08:00
parent 433cd51d89
commit 08bbd79ff9

View File

@ -61,7 +61,7 @@
});
},
error: function(args) {
//cloudStack.dialog.notice({ message: 'Invalid username and/or password.' });
cloudStack.dialog.notice({ message: 'Invalid username and/or password.' });
}
}
});