Skip to content

Commit

Permalink
FIX: social login buttons were not working
Browse files Browse the repository at this point in the history
  • Loading branch information
ZogStriP committed Feb 22, 2018
1 parent 2cf5479 commit 0210a7f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Expand Up @@ -18,7 +18,7 @@ export default Ember.Component.extend({
},

externalLogin(provider) {
this.sendAction('action', provider);
this.sendAction('externalLogin', provider);
}
}
});
Expand Up @@ -3,7 +3,7 @@
{{#unless complete}}
{{#d-modal-body title="create_account.title"}}
{{#unless hasAuthOptions}}
{{login-buttons action="externalLogin"}}
{{login-buttons externalLogin="externalLogin"}}
{{/unless}}

{{#if showCreateForm}}
Expand Down

1 comment on commit 0210a7f

@discoursebot
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This commit has been mentioned on Discourse Meta. There might be relevant details there:

https://meta.discourse.org/t/improve-google-login-with-multiple-accounts/75964/14

Please sign in to comment.