mirror of
https://github.com/discourse/discourse.git
synced 2025-06-21 16:12:51 +08:00
FIX: Login buttons not working on sign up modal.
This commit is contained in:
@ -18,7 +18,7 @@ export default Ember.Component.extend({
|
|||||||
},
|
},
|
||||||
|
|
||||||
externalLogin(provider) {
|
externalLogin(provider) {
|
||||||
this.sendAction('externalLogin', provider);
|
this.sendAction('action', provider);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
Reference in New Issue
Block a user