Merge pull request #3960 from mhajas/KEYCLOAK-3961
KEYCLOAK-3961 Fix wrong conflict merge
This commit is contained in:
commit
4b813ea1d1
1 changed files with 0 additions and 3 deletions
|
@ -194,9 +194,6 @@ TimeSkew:
|
|||
function sendBearerToKeycloak() {
|
||||
var url = 'http://localhost:8180/auth/admin/realms/example/roles';
|
||||
if (window.location.href.indexOf("8643") > -1) {
|
||||
url = url.replace("8180","8543");
|
||||
url = url.replace("http","https");
|
||||
if (window.location.href.indexOf("8543") > -1) {
|
||||
url = url.replace("8180", "8543");
|
||||
url = url.replace("http", "https");
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue