Source code

Revision control

Copy as Markdown

Other Tools

<!DOCTYPE html>
<script>
async function doClose() {
IdentityProvider.close();
}
window.onload = doClose;
</script>