FIX: social login buttons were not working
This commit is contained in:
@@ -18,7 +18,7 @@ export default Ember.Component.extend({
|
||||
},
|
||||
|
||||
externalLogin(provider) {
|
||||
this.sendAction('action', provider);
|
||||
this.sendAction('externalLogin', provider);
|
||||
}
|
||||
}
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user