Merge branch 'APIs-guru-develop_2.0' into develop_2.0t push origin develop_2.0
This commit is contained in:
@@ -147,7 +147,7 @@ function handleLogin() {
|
|||||||
url += '&redirect_uri=' + encodeURIComponent(redirectUrl);
|
url += '&redirect_uri=' + encodeURIComponent(redirectUrl);
|
||||||
url += '&realm=' + encodeURIComponent(realm);
|
url += '&realm=' + encodeURIComponent(realm);
|
||||||
url += '&client_id=' + encodeURIComponent(clientId);
|
url += '&client_id=' + encodeURIComponent(clientId);
|
||||||
url += '&scope=' + encodeURIComponent(scopes);
|
url += '&scope=' + encodeURIComponent(scopes.join(' '));
|
||||||
|
|
||||||
window.open(url);
|
window.open(url);
|
||||||
});
|
});
|
||||||
|
|||||||
Reference in New Issue
Block a user