mirror of
https://github.com/meteor/meteor.git
synced 2026-05-02 03:01:46 -04:00
Revert "Don't automatically put ?close at the end of Meteor Developer Accounts URLs"
This reverts commit 05d2c5edd7.
We haven't worked out all the backwards-compatiblity issues of
non-?close and ?close OAuth servers and clients yet, so let's leave this
as is now, and ensure that all the services that the tool talks to
accept ?close URLs.
This commit is contained in:
@@ -1109,7 +1109,7 @@ exports.loginWithTokenOrOAuth = function (conn, accountsConfiguration,
|
||||
|
||||
// Either we didn't have an existing token, or it didn't work. Do an
|
||||
// OAuth flow to log in.
|
||||
var redirectUri = url + '/_oauth/meteor-developer';
|
||||
var redirectUri = url + '/_oauth/meteor-developer?close';
|
||||
loginResult = oauthFlow(conn, {
|
||||
clientId: clientId,
|
||||
redirectUri: redirectUri,
|
||||
|
||||
Reference in New Issue
Block a user