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
1 changed files with 1 additions and 1 deletions

View File

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