rabbitmq-server/deps/rabbitmq_management/priv/www/js/oidc-oauth/logout-callback.html

19 lines
234 B
HTML

<!DOCTYPE html>
<html>
<head>
</head>
<body>
<script src="./bootstrap.js" type="module" ></script>
<script type="module">
window.oauth = oauth_initialize_if_required("logout-callback");
</script>
</body>
</html>