mirror of
https://github.com/meteor/meteor.git
synced 2026-05-02 03:01:46 -04:00
change accounts revocation URL to '/revoke' (from '/logoutById')
This commit is contained in:
@@ -136,7 +136,7 @@ var tryRevokeOldTokens = function (options) {
|
||||
|
||||
var url;
|
||||
if (domain === config.getAccountsDomain()) {
|
||||
url = config.getAccountsApiUrl() + "/logoutById";
|
||||
url = config.getAccountsApiUrl() + "/revoke";
|
||||
} else {
|
||||
var oauthInfo = fetchGalaxyOAuthInfo(domain, options.timeout);
|
||||
if (oauthInfo) {
|
||||
|
||||
Reference in New Issue
Block a user