2
0
Fork 0
mirror of https://github.com/discourse/discourse.git synced 2025-09-06 10:50:21 +08:00

FIX: Login buttons not working on sign up modal.

This commit is contained in:
Guo Xiang Tan 2018-02-22 14:01:07 +08:00
parent ef1b82a226
commit 7bcc0c1da9

View file

@ -18,7 +18,7 @@ export default Ember.Component.extend({
},
externalLogin(provider) {
this.sendAction('externalLogin', provider);
this.sendAction('action', provider);
}
}
});