2015-12-20 12:17:35 +00:00
|
|
|
<!DOCTYPE html>
|
2020-09-07 20:43:23 +00:00
|
|
|
<html lang="en">
|
2015-12-20 12:17:35 +00:00
|
|
|
<head>
|
|
|
|
<title>Authentication successful!</title>
|
|
|
|
<meta charset="utf-8">
|
|
|
|
</head>
|
|
|
|
<body>
|
|
|
|
<h3>Perfecto!</h3>
|
2016-05-19 15:21:27 +00:00
|
|
|
|
2015-12-20 12:17:35 +00:00
|
|
|
<p>Koel has successfully connected to your Last.fm account and is now restarting for the exciting features.</p>
|
|
|
|
<p>This window will automatically close in 3 seconds.</p>
|
2016-05-19 15:21:27 +00:00
|
|
|
|
2015-12-20 12:17:35 +00:00
|
|
|
<script>
|
2016-05-19 15:21:27 +00:00
|
|
|
window.opener.onbeforeunload = function () {};
|
2015-12-20 12:17:35 +00:00
|
|
|
window.opener.location.reload(false);
|
|
|
|
|
|
|
|
window.setTimeout(function () {
|
|
|
|
window.close();
|
|
|
|
}, 3000);
|
|
|
|
</script>
|
|
|
|
</body>
|
|
|
|
</html>
|