mirror of
https://github.com/alerta/alerta.git
synced 2024-12-11 23:57:42 +00:00
15 lines
276 B
HTML
15 lines
276 B
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<title>Authenticating...</title>
|
|
<script type="application/javascript">
|
|
window.opener.postMessage({{ message | tojson }}, '{{ origin }}');
|
|
window.close();
|
|
</script>
|
|
</head>
|
|
<body>
|
|
|
|
</body>
|
|
</html>
|