FIX: social login buttons were not working

This commit is contained in:
Régis Hanol
2018-02-22 18:06:28 +01:00
parent 2cf5479678
commit 0210a7f2bf
2 changed files with 2 additions and 2 deletions
@@ -18,7 +18,7 @@ export default Ember.Component.extend({
},
externalLogin(provider) {
this.sendAction('action', provider);
this.sendAction('externalLogin', provider);
}
}
});