Merge pull request #2069 from stianst/KEYCLOAK-2323
KEYCLOAK-2323 Revert changes
This commit is contained in:
commit
7ab851728e
1 changed files with 0 additions and 5 deletions
|
@ -682,11 +682,6 @@
|
|||
oauth.newUrl += '#' + oauth.fragment;
|
||||
}
|
||||
|
||||
return oauth;
|
||||
} else if (oauth.fragment) {
|
||||
// logout has been performed, fragment needs to be updated in URL
|
||||
oauth.newUrl += '#' + oauth.fragment;
|
||||
|
||||
return oauth;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue