mirror of
https://github.com/zoriya/Kyoo.Angular.git
synced 2026-06-01 18:35:49 +00:00
Using auto completion for people & studio and updating everything
This commit is contained in:
@@ -1,21 +0,0 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<base href="./" />
|
||||
<meta charset="utf-8" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||
<title>Silent Renew</title>
|
||||
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
|
||||
</head>
|
||||
<body>
|
||||
<script>
|
||||
window.onload = function() {
|
||||
/* The parent window hosts the Angular application */
|
||||
var parent = window.parent;
|
||||
/* Send the id_token information to the oidc message handler */
|
||||
var event = new CustomEvent('oidc-silent-renew-message', { detail: window.location });
|
||||
parent.dispatchEvent(event);
|
||||
};
|
||||
</script>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user