mirror of
https://github.com/codeninjasllc/discourse.git
synced 2024-11-28 01:56:01 -05:00
FIX: chrome password manager, for reals fix
This commit is contained in:
parent
b702ad2d54
commit
1f17871b0c
1 changed files with 0 additions and 4 deletions
|
@ -46,10 +46,6 @@ export default Discourse.Controller.extend(Discourse.ModalFunctionality, {
|
|||
|
||||
actions: {
|
||||
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);
|
||||
|
||||
var self = this;
|
||||
|
|
Loading…
Reference in a new issue