mirror of
https://github.com/discourse/discourse.git
synced 2024-11-26 02:40:53 -06:00
FIX: social login buttons were not working
This commit is contained in:
parent
2cf5479678
commit
0210a7f2bf
@ -18,7 +18,7 @@ export default Ember.Component.extend({
|
||||
},
|
||||
|
||||
externalLogin(provider) {
|
||||
this.sendAction('action', provider);
|
||||
this.sendAction('externalLogin', provider);
|
||||
}
|
||||
}
|
||||
});
|
||||
|
@ -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}}
|
||||
|
Loading…
Reference in New Issue
Block a user