mirror of
https://github.com/discourse/discourse.git
synced 2024-11-27 13:43:41 +08:00
FIX: Incorrect parameter when using omniauth providers on invites page.
Follow-up to ce04db8610
This commit is contained in:
parent
ce04db8610
commit
1106aee152
|
@ -233,7 +233,9 @@ export default Controller.extend(
|
|||
|
||||
externalLogin(provider) {
|
||||
provider.doLogin({
|
||||
origin: window.location.href,
|
||||
params: {
|
||||
origin: window.location.href,
|
||||
},
|
||||
});
|
||||
},
|
||||
},
|
||||
|
|
Loading…
Reference in New Issue
Block a user