This repository has been archived on 2025-02-02. You can view files and clone it, but cannot push or open issues or pull requests.
ems-frontend/public/silent-check-sso.html
Jan-Marlon Leibl 545c6194e4 format code and improve readability across files (#47)
Reviewed-on: http://git.simonis.lol/angular/ems-frontend/pulls/47
Co-authored-by: Jan-Marlon Leibl <jleibl@proton.me>
Co-committed-by: Jan-Marlon Leibl <jleibl@proton.me>
2025-01-23 11:24:38 +00:00

8 lines
119 B
HTML

<html>
<body>
<script>
parent.postMessage(location.href, location.origin);
</script>
</body>
</html>