Lidarr/frontend/src/oauth.html

14 lines
293 B
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>OAuth landing page</title>
<script><!--
window.opener.onCompleteOauth(window.location.search, function() { window.close(); });
--></script>
</head>
<body>
Shouldn't see this
</body>
</html>