FIX: chrome password manager, for reals fix

This commit is contained in:
Neil Lalonde 2014-06-16 11:14:00 -04:00
parent b702ad2d54
commit 1f17871b0c

View file

@ -46,10 +46,6 @@ export default Discourse.Controller.extend(Discourse.ModalFunctionality, {
actions: { actions: {
login: function() { login: function() {
if (this.blank('loginName') || this.blank('loginPassword')) {
this.flash(I18n.t('login.blank_username_or_password'), 'error');
return false;
}
this.set('loggingIn', true); this.set('loggingIn', true);
var self = this; var self = this;