Using auto completion for people & studio and updating everything

This commit is contained in:
Zoe Roux
2020-10-06 22:20:16 +02:00
parent 33d8759e0f
commit c2efae048c
63 changed files with 1842 additions and 1500 deletions
-21
View File
@@ -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>