mirror of https://github.com/apache/cloudstack.git
Fix login error message
This commit is contained in:
parent
433cd51d89
commit
08bbd79ff9
|
|
@ -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.' });
|
||||
}
|
||||
}
|
||||
});
|
||||
|
|
|
|||
Loading…
Reference in New Issue