mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-24 17:32:15 +00:00
[AAE-18057] Fix token is not refreshed after silent-refresh is called. Get another token from the auth server. (#9089)
This commit is contained in:
@@ -2,5 +2,8 @@
|
|||||||
<title>Alfresco silent static page</title>
|
<title>Alfresco silent static page</title>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
|
<script>
|
||||||
|
(window.opener || window.parent).postMessage(location.hash || ('#' + location.search), location.origin);
|
||||||
|
</script>
|
||||||
Silent refresh static page
|
Silent refresh static page
|
||||||
</body>
|
</body>
|
||||||
|
Reference in New Issue
Block a user