Files
iTop/templates/pages/backoffice/oauth/Landing.ready.js.twig
2023-03-17 18:28:47 +01:00

8 lines
266 B
Twig

{# @copyright Copyright (C) 2010-2023 Combodo SARL #}
{# @license http://opensource.org/licenses/AGPL-3.0 #}
window.addEventListener("message", function (event){
event.source.postMessage(window.location.href, event.origin);
window.close();
}, false);