mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
FIX: chrome password manager, for reals fix
This commit is contained in:
parent
b702ad2d54
commit
1f17871b0c
@ -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 New Issue
Block a user