mirror of
https://github.com/discourse/discourse.git
synced 2025-02-16 16:24:55 +00:00
FIX: Login buttons not working on sign up modal.
This commit is contained in:
parent
ef1b82a226
commit
7bcc0c1da9
@ -18,7 +18,7 @@ export default Ember.Component.extend({
|
|||||||
},
|
},
|
||||||
|
|
||||||
externalLogin(provider) {
|
externalLogin(provider) {
|
||||||
this.sendAction('externalLogin', provider);
|
this.sendAction('action', provider);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
Loading…
x
Reference in New Issue
Block a user