Lidarr/frontend/src/oauth.html

14 lines
293 B
HTML
Raw Permalink Normal View History

2015-03-29 05:30:58 +00:00
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
2017-09-04 02:20:56 +00:00
<title>OAuth landing page</title>
<script><!--
2015-03-29 05:30:58 +00:00
window.opener.onCompleteOauth(window.location.search, function() { window.close(); });
--></script>
</head>
<body>
Shouldn't see this
</body>
2017-09-04 02:20:56 +00:00
</html>