2020-10-02 06:15:53 -04:00
|
|
|
<html>
|
|
|
|
<head>
|
|
|
|
<title>Success!</title>
|
2022-08-11 09:04:20 -04:00
|
|
|
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
2020-10-02 06:15:53 -04:00
|
|
|
<link rel="stylesheet" href="/_matrix/static/client/register/style.css">
|
|
|
|
<script>
|
|
|
|
if (window.onAuthDone) {
|
|
|
|
window.onAuthDone();
|
|
|
|
} else if (window.opener && window.opener.postMessage) {
|
|
|
|
window.opener.postMessage("authDone", "*");
|
|
|
|
}
|
|
|
|
</script>
|
|
|
|
</head>
|
|
|
|
<body>
|
|
|
|
<div>
|
|
|
|
<p>Thank you</p>
|
|
|
|
<p>You may now close this window and return to the application</p>
|
|
|
|
</div>
|
|
|
|
</body>
|
|
|
|
</html>
|