first
This commit is contained in:
commit
3b669918d0
59 changed files with 16928 additions and 0 deletions
BIN
frontend/public/favicon.ico
Normal file
BIN
frontend/public/favicon.ico
Normal file
Binary file not shown.
After Width: | Height: | Size: 15 KiB |
7
frontend/public/silent-check-sso.html
Normal file
7
frontend/public/silent-check-sso.html
Normal file
|
@ -0,0 +1,7 @@
|
|||
<html>
|
||||
<body>
|
||||
<script>
|
||||
parent.postMessage(location.href, location.origin);
|
||||
</script>
|
||||
</body>
|
||||
</html>
|
Reference in a new issue