Skip to content

Commit

Permalink
use star as test
Browse files Browse the repository at this point in the history
  • Loading branch information
FelixTJDietrich committed Oct 15, 2024
1 parent 4b76b2f commit 11fe6e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion webapp/public/silent-check-sso.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<html>
<body>
<script>
parent.postMessage(location.href, location.origin);
parent.postMessage(location.href, '*');
</script>
</body>
</html>

0 comments on commit 11fe6e5

Please sign in to comment.